Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to clear upload progress panel items through javascript?
How to clear upload progress panel items through javascript?
Last post 10-17-2009, 10:55 PM by
cutechat
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
10-13-2009, 6:12 AM
56365
aldrich12
Joined on 10-14-2009
Posts 22
How to clear upload progress panel items through javascript?
Reply
Quote
Hi, how do you clear items in the upload progress panel through javascript?
10-17-2009, 10:55 PM
56461
in reply to
56365
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How to clear upload progress panel items through javascript?
Reply
Quote
Hi,
you can use
uploader=document.getElementById("<%=Uploader1.ClientID%>");
uploader.cancelall();
Regards,
Terry