jupyterlab-filesystem-access icon indicating copy to clipboard operation
jupyterlab-filesystem-access copied to clipboard

Cannot upload files larger than 1MBytes

Open tanaga9 opened this issue 2 years ago • 4 comments

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)

tanaga9 avatar Jan 02 '23 15:01 tanaga9

Thanks @tanaga9.

This is likely an issue with JupyterLite:

  • https://github.com/jupyterlite/jupyterlite/issues/741
  • https://github.com/jupyterlite/jupyterlite/issues/888

jtpio avatar Jan 02 '23 16:01 jtpio

Thanks @jtpio Should this issue be closed ?

tanaga9 avatar Jan 02 '23 18:01 tanaga9

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).

jtpio avatar Jan 02 '23 18:01 jtpio

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.

tanaga9 avatar Jan 03 '23 05:01 tanaga9