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