I have a image edit form where the user can upload a new image and/or edit image information such as title, description etc. Since I use the jQuery Forms plugin for most of my other forms I wanted to use it here as well, but last night I encountered a little problem...
I use JSON for the return data, and yes I do use the textbox method. It works fine as long as I upload a new image, but if I skip that and just edit some of the other fields such as title etc, the destination php script runs ok, but the returned JSON data seems to be ignored somehow (it is there, but is just not passed on to my javascript "success function"). Do I have to make a separate form for uploading the image file and another one for editing the other data? /Mattias