Can't not upload file size large 50mb #1149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When upload file size large 50mb then show error failed net::ERR_CONNECTION_ABORTED. https://gyazo.com/18c928b998fae3a391ad034c695cfdb9.
I have the same issue but not in uploading but when browsing/attaching a more than 100MB of file. Do you know why?
I managed to upload ~500 MB file to AWS S3, but for GB files I keep getting the same 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: