4.4.0

Cancellable Uploads

Fine Uploader allows for the cancellation of in-progress uploads.

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.

The cancel button will appear if included in the template. disableCancelForFormUploads option can control whether the cancel button is shown or not when using the form uploader.

In Fine Uploader UI mode, cancelling an upload will remove that element from the DOM as well.