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

feat: chunk large files into a single browser fbuff when sending a file #1581

Closed
smashah opened this issue Apr 13, 2021 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@smashah
Copy link
Member

smashah commented Apr 13, 2021

If a file is above 20MB, chunk data URI/base64 to 15MB chunks, stitch them in the browser then send the file.

Videos need to be 64 mb
Files need to be 100mb

@smashah smashah added the enhancement New feature or request label Apr 13, 2021
@owa-gh-bot owa-gh-bot bot added the PRIORITY Fast track for BMAC Members only. label Apr 13, 2021
@smashah
Copy link
Member Author

smashah commented Apr 14, 2021

puppeteer/puppeteer#5598

@smashah
Copy link
Member Author

smashah commented Apr 14, 2021

#659

this is not important right now

@smashah smashah removed the PRIORITY Fast track for BMAC Members only. label Apr 14, 2021
@smashah smashah closed this as completed Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant