Topic: Help with submitting form
I have successfully set up plupload as a jQuery queue widget and am able to upload photos. The issue I'm having is when files have been selected, or are currently uploading and the Submit button of my form gets clicked. The files will either begin downloading, or continue downloading, but once complete, I get no file information posted. This is how the example works also. Check it:
http://www.plupload.com/example_queuewidget.php
Select files, then click send.
Is there any way to get around this? Or am I missing anything. It would be great if the submit button would trigger uploads, then post all the data when the uploads are complete.
I can post code, but as it is how the example work, I don't think its necessary at this point.