vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

MalformedPOSTRequest when uploading to S3

Open jonny-rimek opened this issue 5 years ago • 0 comments

S3 error:

    "errorCode": "MalformedPOSTRequest",
    "errorMessage": "The body of your POST request is not well-formed multipart/form-data.",

I've used this library successful in the past, in a new project I get the above error message for files above ~100 MB

As far as I can tell, all the config between the projects is the same, I even downgraded the dependencies down to the versions the working version uses.

The only difference is that I'm using nuxt instead of base vuejs, I also tried the nuxt-dropzone version, which produced the same error for larger files.

100MB might be more than enough for most sites, unfortunately it is not very common in my project to upload larger files

jonny-rimek avatar Aug 23 '20 22:08 jonny-rimek