Delete before submit without postback?

  •  03-29-2011, 7:40 AM

    Delete before submit without postback?

    Hi,
     
    I am using the UploadAttachments but do not want to do a postback when each file is uploaded (to temp directory) so I have set CuteWebUI_AjaxUploader_OnPostback() to return false and that works fine. However is it possible to add a cancel button to let user cancel the upload? I can't get it to work. Client side code:

    <
    CuteWebUI:UploadAttachments InsertText="Upload Multiple File(s)" runat="server" ID="Attachments1" ManualStartUpload="false" MultipleFilesUpload="true" ><InsertButtonStyle /></CuteWebUI:UploadAttachments>
     
    function CuteWebUI_AjaxUploader_OnPostback() { return false; }
     
    Best Regards, David
View Complete Thread