https://github.com/davidobinna/fileupload-progress-indicator
For Beginners , how to make a simple file upload indicator
https://github.com/davidobinna/fileupload-progress-indicator
Last synced: 3 months ago
JSON representation
For Beginners , how to make a simple file upload indicator
- Host: GitHub
- URL: https://github.com/davidobinna/fileupload-progress-indicator
- Owner: davidobinna
- Created: 2022-08-31T01:02:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T01:09:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T14:36:36.721Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
** Progress Indicator For Upload and Downlod **
When building a web app, we have to upload files on the server, so on web pages we can not check the file uploading progress, and it is very difficult for a user to check the file upload process. So at times the Progress bar or progress meter is very a useful feature, because it has reduce the issue of displaying multiple file upload process or progress on web page in graphical form.

Because A Progress bar or Progress meter is a graphical element which has display live uploading progress on web page. So mainly Progress indicator has been used for display progress process in percentage format at the time when the upload or download or install any software is in use. i have made the progress indicator with JavaScript, Ajax and PHP script.
