danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 384 forks source link

How to start the upload manually? #22

Closed dmiepub closed 9 years ago

dmiepub commented 9 years ago

How to start the upload manually? Currently it auto start the upload as soon file drop. please suggest how to start it manually.

danielm commented 9 years ago

This is something that is on development, check the devel branch on git if you wanna give it a try.

Cheers;