Widgets
Samples
Demos
Forum
Services
Documentation
fileDialog
send
stopUpload
Start
API Reference
Mixins
UploadDriver
Methods
stopUpload
cancels the current upload
void
stopUpload
(
id
id
);
id
id
id of the file, the upload of which needs to be stopped
Example
$$
(
"uploader"
)
.
stopUpload
(
id
)
;
Back to top