You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: