Details
Description
"Stop Upload" button throws an error
that.uploadManager.pause is not a function
that.uploadManager.pause(); From line 428 of Uploader.js
Steps to reproduce
1) Open the uploader example:
2) Add several files to the file queue
3) Press the upload button to start uploading the files.
4) Press the "Stop Upload" button
Notice that the uploads continue and that an error is thrown.