jQuery.AjaxFileUpload.js
jQuery.AjaxFileUpload.js copied to clipboard
Passing input params before input file
Hello,
It is possible to put all input hidden params field before the input file field when passing the form in the iframe, so a params like MAX_FILE_SIZE could be taken in account when form submitting ?
For information, the MAX_FILE_SIZE input has to be before the input file field to be taken in account.
I propose to change
// Insert 's for each param
.after(function() {
in
// Insert 's for each param
.before(function() {
Let me know if you see any inconvenience to change this.
Thanks
Raphael
I'm not sure I know what you're asking for. If you make a pull request, I'll review it.