I really love the client side processing of selecting a file and having a preview with the option to cancel or delete.
However i want to upload the page with a form and i don't need to use ajax. I have been fiddling with all the options and i cant find anyway to post to form with the files selected synchronously.
Is it possible to get data.files to post with the form?
Jquery-File-Upload
would only be used as the GUI. So a user can add files, remove files, drop files, etc. When he is all done, and has filled out the rest of the form, he hits submit and the entire form is submitted and processed on the backend as it would have been processed without theJQuery-File-Upload
. Any ideas? – CutwormJquery-File-Upload
provides. Or, conversely, a straightforward way to code this funcitonality (add, remove, drop files). – Cutworm