progress-up-react

1.0.14 • Public • Published

Progress-up React HTTPs uploader

Progress-up

Progress types

Progess types

What is this?

This 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% Typescript. Now available for Angular, Vue, Svelte and React.

Canonical home page

Demo

Live demo

Instructions

	$ npm install progress-up-react
# or 
	$ yarn add progress-up-react

Configuration

{
         "uploadURL": "https://localhost:2324/uploadmultiple",
         "filesName": "uploadFiles",
         "progressType": "Line"
}
  

This is located inside the root of your project. Typically index.html is served from this directory.

You can choose one of 10 progress types.

  • Line
  • Fan
  • Bubble
  • Energy
  • Rainbow
  • Stripe
  • Text
  • Circle

Detailed instructions

This is before upload

Preview

This is after uploading

Fully uploaded

This is before upload

Preview

This is after uploading

Fully uploaded

Why should you care?

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.

Screencast of upload

Progess.up screencast

Contact

You can DM me on Twitter for help/suggestions.

You can follow me for updates.

Tweet this to followers

tweet button

Buy me a coffee to accelerate development

Buy Me A Coffee

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.140latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.140
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.80
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i progress-up-react

Weekly Downloads

0

Version

1.0.14

License

MIT

Unpacked Size

1.42 MB

Total Files

5

Last publish

Collaborators

  • girish1729