Re: Removing an uploaded file

  •  08-11-2008, 6:54 PM

    Re: Removing an uploaded file

    The following code:
     
    <CuteWebUI:UploadAttachments InsertText="Upload Your First File" runat="server" ID="Attachments1">
    <INSERTBUTTONSTYLE/>
    </CuteWebUI:UploadAttachments>
     
    displays a remove button once the file is uploaded.  I need to know when someone clicks on that button, and for which uploaded file.
     
    Diane
View Complete Thread