5.15.0

Cancellable Uploads

Fine Uploader allows file uploads to be cancelled via the API or the UI.

Uploads can be canceled programmatically by calling the cancel or cancelAll API methods. The 'cancel' event will be fired and handled by a callback whenever an item is canceled.

In UI mode, The cancel button will appear if included in the template In Fine Uploader UI mode, cancelling an upload will remove that element from the DOM as well.