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 385 forks source link

Added return on `onBeforeUpload` #16

Closed gfazioli closed 9 years ago

gfazioli commented 9 years ago

Added return on onBeforeUpload in order to allow to the client function to stop the upload for any reason.