jQuery.AjaxFileUpload.js icon indicating copy to clipboard operation
jQuery.AjaxFileUpload.js copied to clipboard

Passing input params before input file

Open raphpar opened this issue 13 years ago • 1 comments

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

raphpar avatar Sep 26 '12 19:09 raphpar

I'm not sure I know what you're asking for. If you make a pull request, I'll review it.

jfeldstein avatar Sep 26 '12 19:09 jfeldstein