-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Pause/resume uploads #65
Comments
I like it. Good thinking about (5)! This could be part of the Tus10 Plugin I feel. For other uploaders, it would just break of course :) I guess for the tus-js-client this would just be an abort, as it's inherent we can pick up later, so it's mostly an Uppy thing, making sure the files stay selected, and to not signal the backend that we have given up. |
similar to Icons /symbols for filetypes (see #61) start/resume: pause: delete: of course there are also other icons and other versions of each available in FA... |
of course it's always fine to avoid dependencies! Since many websites already use this for other things on their sites, |
maybe one can make a small package of only the needed icons and include this directly into uppy package. |
Nice find. Yeah, just to give you an idea, we can currently set icons like so: https://github.com/transloadit/uppy/blob/master/src/plugins/GoogleDrive.js#L10 Which is really nice in that, users only need to include the Uppy JS build, and that's that. No additional http requests to fetch imagery or fonts from other places. It's also 'bad' if Uppy itself starts fetching assets from different places, so we'd have to ask the user to also add a line for fetching the assets. This svg approach could still be customized via: |
Basic pause/resume is implemented, but there are questions:
|
Some point from #94 that we have to keep in mind:
|
1 & 2. I like the idea of a "Pause All" button. I just looked at Google Drive and they have a "Cancel" button that stops all of your uploads. They also start uploads automatically, though. One solution could be to show both "Upload" and "Pause All" buttons when there are active uploads and uploads that haven't started yet. This is the best way I can think of doing it.
|
+1 |
imho: nothing should happen here (so you can use editing file functions)
+1 |
yeeeees :-) (imho) maybe with an option to disable it seperately from showing it for each file individually.. |
btw: current state already looks awseome!!! |
taken from: Pause and resume function is perfect :-) Just some findings in actual state (10.08.2016) of pause/resume function.
|
Regarding the upload speed "string jumps", prettier-bytes could be used instead of pretty-bytes. |
I feel like this is working properly now, so closing. Also added |
There are some circumstances a button/possibility to manually pause a large, long time running upload and resume it afterwards would be really helpful:
(to the user who does not know that this is possible)
don't know exactly if this kind of button/possibility may be also interesting for other "not from local" uploads (for other reasons)
The text was updated successfully, but these errors were encountered: