-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Form data ordering #103
Comments
I'll create a PR that adds the file after the params, so it is read last. Technically, you could create a custom sender that does this. (Drive-Uploady uses this capability) It would be pretty simple but its not documented so I'd advise to wait for the next minor version (I'll release shortly) |
Excellent thanks! |
@teejteej 0.8.0 is released. Hopefully it solves the issue with S3. |
Thanks! Can confirm it fixes S3 uploading. |
Hi,
Some services like S3 stop reading form data once the 'file' value has been reached.
When looking at the uploady POST request, it starts with the 'file' value, and so the other values like 'key' that are needed for S3, are ignored.
Is there any way in which the order of values for the POST can be changed so that 'file' comes last?
The text was updated successfully, but these errors were encountered: