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

request function, fd.serialize(form) #80

Closed
moscorp opened this issue May 5, 2021 · 1 comment
Closed

request function, fd.serialize(form) #80

moscorp opened this issue May 5, 2021 · 1 comment

Comments

@moscorp
Copy link

moscorp commented May 5, 2021

Sir, thanks for great support!
Is that possible to achieve the serialize method ?!

Thanks,

@ProgerXP
Copy link
Owner

ProgerXP commented May 5, 2021

Due to supporting old browsers FileDrop requires that only one file is sent per request (the file takes all POST data for itself). The only way to supply data is via the query string; see this example. Therefore you should serialize data the way your application expects it, like by using jQuery's serialize() and appending it to sendTo()'s URL.

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