jupyterlab-filesystem-access
jupyterlab-filesystem-access copied to clipboard
Cannot upload files larger than 1MBytes
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)
Thanks @tanaga9.
This is likely an issue with JupyterLite:
- https://github.com/jupyterlite/jupyterlite/issues/741
- https://github.com/jupyterlite/jupyterlite/issues/888
Thanks @jtpio Should this issue be closed ?
Yes I think we can close it and continue on the linked issues.
Unless this is also happening when using the extension with stock JupyterLab (and not JupyterLite).
Unless this is also happening when using the extension with stock JupyterLab (and not JupyterLite).
I tried with JupyterLab Version 3.5.2 and got the same problem. I had problems without Jupyterlite.
I guess. This is the same issue with Jupyterlite, not caused by Jupyterlite.