-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Big upload #1501
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
Big upload #1501
Conversation
notebook/templates/tree (复件).html
Outdated
| @@ -0,0 +1,199 @@ | |||
| {% extends "page.html" %} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you didn't actuall mean to commit this file
|
You may also want to look at #536, which is a partial implementation chunked-file upload, which talks to the contents service. We will need to store files via the contents service and not force it to be on the local filesystem. |
|
Hi, @minrk . Sorry for replying you so late. Before I change the structure of the code, I want to know your idea about the big file upload function. |
|
From a UX point of view, if we do this, we'll definitely want to have just one upload button - users shouldn't have to decide whether an upload is 'big'. I'll leave it to Min and others whether this and/or #536 make sense. |
|
We have solved the problem of loading large files by chunking. |

Add jquery-file-upload module, can upload big files.