[eluser]Arjen van Bochoven[/eluser]
[quote author="NateL" date="1233700533"]
Now, I could probably trouble shoot this a little easier if i could output the data that addImage() is receiving. When I do a form submission, I usually do print_r($_POST) and that will display what is being received. that works...but since it's AJAX, I can't tell what is and isn't working.
[/quote]
Exactly. That was why I was suggesting to use log_message(), so you have a means to check serverside what is happening.
[quote author="NateL" date="1233700533"]
For log_message(), does that need to be in my addImage() ?
[/quote]
Yes, mind that it takes some effort to setup correctly, but for me it has proven a great help for debugging my apps.
Arjen