Re: Remove the file size when adding attachments

  •  05-18-2010, 9:59 AM

    Re: Remove the file size when adding attachments

    Please try the following code:
     
                                <CuteWebUI:UploadAttachments runat="server" ItemTextTemplate="{0}" ID="Attachments1"                                                 
                                               OnAttachmentAdded="Attachments1_AttachmentAdded">
                                </CuteWebUI:UploadAttachments>
     
    Regards,
    Eric
View Complete Thread