-
Notifications
You must be signed in to change notification settings - Fork 689
Closed
Description
I'm trying to implement Amazon S3 upload using your component.
I faced the issue with getting 400 (Bad Request)
on every try.
After short investigation, I noticed that according to AmazonS3 docs
The file or content must be the last field in the form.
But in requests generated by vue-upload-component the file field is first. I
Is there any way to change the order of the form-data?
Metadata
Metadata
Assignees
Labels
No labels