Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
06-10-2011, 7:58 AM
mchamo
Joined on 06-10-2011
Posts 16
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
Reply
Quote
I believe I am all set on #2 above. It can be done by the following:
function DoCancelAll() {
var uploader = document.getElementById('<%=Uploader1.ClientID %>');
uploader.cancelall();
}
I found this piece of code at this thread:
http://cutesoft.net/forums/post/63575.aspx
View Complete Thread