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

15MB upload limit #1735

Closed
ddavidebor opened this issue Feb 17, 2017 · 11 comments · Fixed by #4224
Closed

15MB upload limit #1735

ddavidebor opened this issue Feb 17, 2017 · 11 comments · Fixed by #4224
Assignees
Labels
enhancement pkg:filebrowser status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. tag:Server Change
Milestone

Comments

@ddavidebor
Copy link

Trying to upload big files returns the error:

Upload Error
Cannot upload file (>15 MB) "1gb.zip"

Is such a small size intentional?

@blink1073
Copy link
Member

This is due to a server limitation (no streaming support), that will be fixed by jupyter/notebook#2162.

@ddavidebor
Copy link
Author

Awesome!

@blink1073
Copy link
Member

Update: the PR was merged in notebook, and will be in Notebook 5.1.

@TeemuAhola
Copy link

Is this fixed to jupyterlab? I am getting error Upload ErrorCannot upload file (>15 MB) "jenkins.war" even than I have following versions:

$ jupyter lab --version
0.31.12

$ jupyter notebook --version
5.4.0

@frmdstryr
Copy link

Seems like this is still being enforced here: https://github.com/jupyterlab/jupyterlab/blob/master/packages/filebrowser/src/model.ts#L472

@mcs07
Copy link

mcs07 commented Mar 21, 2018

I have also encountered this problem. Could it be changed to be more like the classic notebook interface? That seems to allow any file size, but asks "Are you sure?" for large files.

@jasongrout jasongrout modified the milestones: 1.0, Beta 2 Mar 21, 2018
@saulshanabrook
Copy link
Member

@ian-r-rose in the meeting we were talking about sending the notebook version from the server to the client. Is there already a network call this should be attached to?

@ian-r-rose
Copy link
Member

I'm not sure what you mean by network call, but I think this would be a reasonable thing to add to the PageConfig object.

@saulshanabrook
Copy link
Member

saulshanabrook commented Mar 23, 2018

@ian-r-rose Ah, I see the options are built into the index.html. I thought they were retrieved by sending a request to the server that responded with the config.

Thank you!

@jasongrout
Copy link
Contributor

Ping @saulshanabrook - how are things going on this?

@saulshanabrook saulshanabrook modified the milestones: Beta 2, Beta 3 Apr 4, 2018
@saulshanabrook
Copy link
Member

I am moving this to beta 3, because some UI decisions still need to be made regarding how to display in progress uploads #4224 (comment)

@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 9, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement pkg:filebrowser status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. tag:Server Change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants