We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's ok to encode a 2MB file, but when uploading a 30MB file -->
The text was updated successfully, but these errors were encountered:
Unfortunately we need a block of contiguous memory, and sometimes the OS/browser doesn't want to do that (sometimes?) when the size is large enough.
Not sure what a good solution is (it'll become more important if/when I'm able to increase the transfer speed)
Sorry, something went wrong.
Figuring out how much is the usual max size and how to increase that restriction may be helpful.
No branches or pull requests
It's ok to encode a 2MB file, but when uploading a 30MB file -->
![Image](https://private-user-images.githubusercontent.com/39995589/406869147-c87722fb-831f-4f6b-b4a9-74dadb135c78.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzE4NjgsIm5iZiI6MTczOTE3MTU2OCwicGF0aCI6Ii8zOTk5NTU4OS80MDY4NjkxNDctYzg3NzIyZmItODMxZi00ZjZiLWI0YTktNzRkYWRiMTM1Yzc4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MTI0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhZTJiOGQ1NjI4ZWEwNzBmM2I0MTcyM2ExNDllY2E5MjRmOWM0ZDRmYjIwOTZhMDEzOTBkZDcxNzk4YWUzNzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0JSvtDfcPT2OxoG5llTmVS2u29GmqVeN-osDOHAb6Bo)
The text was updated successfully, but these errors were encountered: