An advance image uploader component for uploading files built in Vue, You can configure:
- number of concurrent uploads
- required file extentions (demo uses
video/mp4
) - upload url
Built with Vue and TailwindCSS
Clone the repository and run
npm install
- Open the app on your browser on the url
http://localhost:8083/
- Upload some video files, you can upload multiple video files too, the current concurrent config is set to
2