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

Is there a way not to upload when select files? #55

Closed weituotian closed 6 years ago

weituotian commented 7 years ago

i am confused about that. currently i wang to upload an image cutted by another jquery plugin, and i want to preview it and not to upload Immediately

weiddolo commented 7 years ago

up

danielm commented 6 years ago

Closing the issue. This feature was now implemented on the newest release.

For future reference, check the new options queue and auto may help to implement something like this.