I'm using Uploadify and loving it, but I'd like to be able to set the image title for each image in an input element.
I've already set up everything so that I have an input element for each file in the queue (obviously disabling autoupload), but I'm missing the part where you get the description data from each element, send it to the server, and save it with that value as a title.
Adding Fields to queue files
Hi,
I'm using Uploadify and loving it, but I'd like to be able to set the image title for each image in an input element.
I've already set up everything so that I have an input element for each file in the queue (obviously disabling autoupload), but I'm missing the part where you get the description data from each element, send it to the server, and save it with that value as a title.
How could I do that?
PS: I believe the answer lies in the "startFileUpload" method, but I can't find it's location.
is working on a reply...