1.0.14 • Published 7 months ago

progress-up-vue v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Progress-up Vue HTTPs uploader

Progess-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-vue
# or 
	$ yarn add progress-up-vue

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

Screenshots gallery

This is before upload

Preview

This is after uploading

Fully uploaded

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

Buy me a coffee to accelerate development

0.0.13

7 months ago

0.0.14

7 months ago

1.0.14

7 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago