Skip to content
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

Error when trying to select multiple files of large size (> 500MB) #2123

Open
wholeinsoul opened this issue Aug 30, 2019 · 0 comments
Open

Comments

@wholeinsoul
Copy link

When I try to select multiple files, I get the following error:

GET blob:https://angular-file-upload.appspot.com/00283c9c-ab35-42db-8277-de50bfd14f5b net::ERR_FILE_NOT_FOUND

It is reproducible on the demo page: https://angular-file-upload.appspot.com/ . See the attached image.

Screen Shot 2019-08-29 at 6 29 16 PM

Increasing Upload.defaults.blobUrlsMaxMemory to a large size like 4GB worked but not sure what is the correct limit. My app users may drag/drop hundreds of large files so at some point may be 4GB will fail too. As per chromium.googlesource.com/chromium/src/+/master/storage/browser/… , creating blobs too fast may create this situation. If I could add delay in between creating blobs, that probably may help but ng-file-upload does not have any such option. Any pointers will be helpful. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant