stopUpload

cancels the current upload

void stopUpload(id id);
ididid of the file, the upload of which needs to be stopped

Example

$$("uploader").stopUpload(id);

Back to top