Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: JavaScript error during upload
Re: JavaScript error during upload
04-14-2009, 8:20 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: JavaScript error during upload
Reply
Quote
Stephan ,
I don't know why the DeleteAllAttachment not work on your app.
for the cancel button, you can set
uploader.CancelButton.CssClass="HideButton"; and use css to hide it:
.HideButton
{
display:none!important;
}
Regards,
Terry
View Complete Thread