cancelUpload and "upload cancelled" message

Hello,

Is there any way to suppress "upload canceled" message when calling cancelUpoad method? I want to silently remove file(s) from the queue. perhaps it is possible to remove queued file without calling cancelUpload.

please advise

close's picture

Easy

In handlers.js, comment the message line by typing two slashes before:
//progress.setStatus("Cancelled");

In the same way you can disable other messages.

thank you

.