progress.up is HTML5 multi file upload progress bar plugin for the web and the mobile
npm install progress-upThis is a HTML5 multiple files Upload plugin with progress bar
indicator.
This uses the HTTP File API protocol to show continuous progress.
>This is the very first attempt to create a clean no frills upload plugin
>in 100% Javascript. Now available for Angular, Vue and React.
Demos will be added soon to the above page :point_up: .
``shell`
$ npm add progress-up
`shell`
$ npm add progress-up/angular$3
`shell`
$ npm add progress-up/vue$3
`shell`
$ npm add progress-up/react
- Developer docs
- Live demo
- Vue.js
- Angular
- React
If you allow multiple large files upload then a progress indicator is a
cool way to give user feedback.
Nowadays HTML5 File API based progress is the best way to achieve your
goal.
This project was written ground up with latest technology as of Oct 22,
2022.
However the status of project is Beta.
Most testing is needed. If you volunteer please get in
touch.
Instructions or frameworks coming soon
`
$ git clone https://github.com/girish1729/progress.up
$ cd progress.up/html5-upload
$ yarn install
$ npm install
$ mkdir uploads
$ npm start
`
Go to http://localhost:2324
and try uploading files.
You may use manual upload.
Drag and drop into the shaded area is not implemented yet.
The uploaded files are present in html5-upload/uploads folder.
This backend is Node.js HTTP server express.js with multer middleware
> This ensures that this code is platform agnostic.
> Most issues with file upload plugins extant today hover around
> not specifying backend correctly. Not making it easy to use.
> Not explaining what should be the input file name attribute etc.
>
We require a backend that accepts multipart/form-data as upload
protocol.
Also the name of the