-
-
Notifications
You must be signed in to change notification settings - Fork 322
Add a retry option for failed file uploads #6480
Copy link
Copy link
Open
Labels
1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)Accepted and waiting to be taken care of (should be only set by nextcloud employees)enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)Accepted and waiting to be taken care of (should be only set by nextcloud employees)enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
Currently, when a file upload fails, there is no option to retry the upload. This is especially inconvenient for voice messages, as the user has to record the message again instead of simply retrying the failed upload.
Describe the solution you'd like
If issue #2375 is resolved, a "Retry upload" option could be added to the menu that appears when tapping the failed message.
If issue #2375 cannot be resolved, a similar retry button could instead be added to the upload error notification.
Describe alternatives you've considered
The user can always record the voice message again or select the media file again. Alternatively, they may simply decide not to send it.
Additional context
A similar issue exists in the iOS app.