Re: JavaScript error during upload

  •  04-14-2009, 8:20 AM

    Re: JavaScript error during upload

    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