Open
Description
Description
Cannot upload files larger than 1MBytes.
Probably jupyterlab divides it every 1MB, but only the last part is saved.
(overwritten for each part?)
Change overwrite to append for each part.
Reproduce
Drag and drop (binary) files larger than 1MB.
The file is broken.
Expected behavior
It can upload correct files even at 1MB or more
Context
- Jupyterlite version: 0.1.0-beta.16
- JupyterLab Version 3.5.2
- Browser and its version: Google Chrome ver 108.0.5359.124 (Official Build) (x86_64)