nextcloud-libraries / nextcloud-libraries/nextcloud-upload
Show success message after upload has finished
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 5
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 14
Description
Problems:
- The upload progress bar vanishes after the (failed or succeeded) upload so you do not get any confirmation.
- Starting multiple uploads are processed in the same progress bar -> no individual confirmation if one of them already is done.
Solution:
Show a success toast for fully done uploads.
e.g.:
file.txt was uploadedfolderName was uploadedfile.txt and 3 other files were uploaded(if you choose multiple files)
Originally reported by @hongtring in https://github.com/nextcloud/server/issues/37657
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- Nextcloud Server is running on 64bit capable CPU, PHP and OS.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
Uploading documents to the system does not show upload success message
Steps to reproduce
- Log in to the system.
- Click the Add New button.
- Click "Upload file".
- Select the document to upload.
- Confirmation.
Expected behavior
Show "Document Upload Successful" message
Installation method
Community Manual installation with Archive
Nextcloud Server version
25
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
.
List of activated Apps
.
Nextcloud Signing status
.
Nextcloud Logs
No response
Additional info
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the upload progress and completion handling in the TypeScript upload library, then trace how multiple simultaneous uploads are represented. Confirm the existing behavior for failed and completed uploads before defining the success-toast cases for one file, one folder, and grouped files; done means each fully completed upload receives clear confirmation without reusing a single progress result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100