I am using the Ajax.Upload plugin (http://valums.com/ajax-upload/).
I am trying to use the File Upload with text fields to submit it all to just one backend PHP file. The site mentions 'If you want to pass additional data from textfields use setData method in a onSubmit callback.'
How can I set the parameters? Thanks.
Also, if there are other such plugins which might be of use.