How to clear upload progress panel items through javascript?

Last post 10-17-2009, 10:55 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  10-13-2009, 6:12 AM 56365

    How to clear upload progress panel items through javascript?

    Hi, how do you clear items in the upload progress panel through javascript?
  •  10-17-2009, 10:55 PM 56461 in reply to 56365

    Re: How to clear upload progress panel items through javascript?

    Hi,
     
    you can use
     
    uploader=document.getElementById("<%=Uploader1.ClientID%>");
    uploader.cancelall();
     
    Regards,
    Terry
View as RSS news feed in XML