Documentation

stopUpload

cancel current upload

void stopUpload(id id);

Parameters

ididid of file, which upload need to be stopped

Example

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

Back to top