Can't not upload file size large 50mb #1149

Open
opened 2020-04-27 09:52:02 +00:00 by Chiricato · 3 comments
Chiricato commented 2020-04-27 09:52:02 +00:00 (Migrated from github.com)

When upload file size large 50mb then show error failed net::ERR_CONNECTION_ABORTED. https://gyazo.com/18c928b998fae3a391ad034c695cfdb9.

When upload file size large 50mb then show error failed net::ERR_CONNECTION_ABORTED. https://gyazo.com/18c928b998fae3a391ad034c695cfdb9.
artoodeeto commented 2020-06-29 17:42:31 +00:00 (Migrated from github.com)

I have the same issue but not in uploading but when browsing/attaching a more than 100MB of file. Do you know why?

I have the same issue but not in uploading but when browsing/attaching a more than 100MB of file. Do you know why?
adlabac commented 2021-04-14 09:50:43 +00:00 (Migrated from github.com)

I managed to upload ~500 MB file to AWS S3, but for GB files I keep getting the same error.

I managed to upload ~500 MB file to AWS S3, but for GB files I keep getting the same error.
adlabac commented 2021-04-14 10:30:26 +00:00 (Migrated from github.com)

I investigated further and it turned out that this is actually the limitation of Amazon's S3 (in my case): "With a single PUT operation you can upload objects up to 5 GB in size". I tried and it worked flawlessly with the file just below the 5 GB limit.

@Chiricato It seems that the limitation is on Gyazo's side.

It would be helpful, though, if the component can return the response from the site. When I used Postman I got the following response, which helped me locate the source of the problem:

<Error>
    <Code>EntityTooLarge</Code>
    <Message>Your proposed upload exceeds the maximum allowed size</Message>
    <MaxSizeAllowed>5368709120</MaxSizeAllowed>
    ...
</Error>
I investigated further and it turned out that this is actually the limitation of Amazon's S3 (in my case): "With a single PUT operation you can upload objects up to 5 GB in size". I tried and it worked flawlessly with the file just below the 5 GB limit. @Chiricato It seems that the limitation is on Gyazo's side. It would be helpful, though, if the component can return the response from the site. When I used Postman I got the following response, which helped me locate the source of the problem: ``` <Error> <Code>EntityTooLarge</Code> <Message>Your proposed upload exceeds the maximum allowed size</Message> <MaxSizeAllowed>5368709120</MaxSizeAllowed> ... </Error> ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1149