Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Cancel upload via js or code behind?
Re: Cancel upload via js or code behind?
10-18-2008, 11:10 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Cancel upload via js or code behind?
Reply
Quote
Hi,
You can try:
var uploader=document.getElementById('<%=Uploader1.ClientID%>')
uploader.cancelall();
Regards,
Terry
View Complete Thread