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

Fail to encode file in web app #118

Open
freejool opened this issue Jan 27, 2025 · 2 comments
Open

Fail to encode file in web app #118

freejool opened this issue Jan 27, 2025 · 2 comments
Labels
bug Something isn't working maybe some day it'd be cool, but it's not a current priority

Comments

@freejool
Copy link

It's ok to encode a 2MB file, but when uploading a 30MB file -->
Image

@sz3
Copy link
Owner

sz3 commented Jan 28, 2025

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)

@sz3 sz3 added bug Something isn't working maybe some day it'd be cool, but it's not a current priority labels Jan 28, 2025
@freejool
Copy link
Author

Figuring out how much is the usual max size and how to increase that restriction may be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maybe some day it'd be cool, but it's not a current priority
Projects
None yet
Development

No branches or pull requests

2 participants