Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing input params before input file #14

Open
raphpar opened this issue Sep 26, 2012 · 1 comment
Open

Passing input params before input file #14

raphpar opened this issue Sep 26, 2012 · 1 comment

Comments

@raphpar
Copy link

raphpar commented Sep 26, 2012

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

@jfeldstein
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants