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

cancel upload image #12

Closed sdnaghdi closed 6 years ago

sdnaghdi commented 9 years ago

hi, thanks for your work. Is it possible to cancel uploading file before success or error ? thnx

danielm commented 9 years ago

Hey, thanks for trying the plugin!. This feature is actually implemented on the devel branch, but there is still some work/testing left before it gets to master for next release. You could try it tho, at your own risk :)

DavyLin commented 9 years ago

I want to add the cancel uploading file for the plugin;But i have trouble with cancel uploading.Can you tell me how to do it;

danielm commented 9 years ago

@DavyLin Look at my previous answer.

danielm commented 6 years ago

Closing the issue. For future reference, included in newest release.

simioluwatomi commented 6 years ago

But I just looked through the demo and there is no example of how to cancel uploads. Would you please point me in the right direction? Thanks