bee-dashboard icon indicating copy to clipboard operation
bee-dashboard copied to clipboard

Streaming single file upload to avoid browser OOM crash screen

Open Cafe137 opened this issue 1 year ago • 0 comments

When uploading a single large file, e.g. mp4 of size 250MB, the "Aw, Snap!" browser crash happens. This is due to the whole file being in memory and the browser killing the tab.

It should be possible to stream single files and avoid this frontend limitation.

Cafe137 avatar Jan 23 '24 23:01 Cafe137