The good news, I'm about done trying to get this to work so I won't have a ton more questions lol.
Ajax post, site&file.php?, Data: "cellname="&var1
That's the normal way to $_POST (ajax thru php to mysql)
With the binarydata post I have tried everything I know to get that to go through.
Just double checking this, is the data labeled (meaning, did you call it binarydata or give it a tag? Or are you expecting it to be labelled on the URL line? (I assume yes to the latter, but it isn't working.)
What's interesting (and why I ask this) is that I'm almost positive in the C2 we could put the cellname in the URL line (double checked this in an old copy of c2 and no. It had to be labeled on the data line for a POST. Example
However, that no longer works and the "cellname=var1" has to in the c3 data. Example
Based on that, I have no clue how to point the binarydata where I want it to go.
No real worries, I'm going to punt and just do jpeg 20% with base64. I know for certain that works (even if larger) and I need to get back to writing code. (I've just been messing with it long enough I'd kinda like to figure it out. Appreciate the input.)
***I should add, I realize the above pictures are not of the send binary to URL, but the same concept applies.***