-
Notifications
You must be signed in to change notification settings - Fork 115
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
Can't resume upload after restarting app #51
Comments
@MMasterson Would you mind looking into this? :) |
@Acconut @MMasterson Thank you ! |
@bishowu there isn't a way to keep track of uploads after restarting the app, but I can add the functionality and have it work like the Android implementation |
@MMasterson I think the functionality is very useful, thank you. |
Hi @MMasterson , |
Addressed in |
I can't find a way to resume the last upload after restarting app. Is there a way to resume uploading the same file to the same temporary file ? Thank you
(I found that the upload id is different from the last upload id and the file will be uploaded to a new temporary file.)
Here is my codes written by swift4
The text was updated successfully, but these errors were encountered: