Re: Ajax-based-File-storage demo

  •  03-03-2010, 10:32 AM

    Re: Ajax-based-File-storage demo

    <CuteWebUI:UploadAttachments InsertText="Upload " runat="server"

    ID="Attachments1" MultipleFilesUpload="true" ValidateOption-AllowedFileExtensions="jpeg,jpg,gif,png" ValidateOption-MaxSizeKB="200" OnAttachmentRemoveClicked="Attachments1_AttachmentDelete">

    </CuteWebUI:UploadAttachments>

    iam using above tage inside the div tag. after uploading files the div tag  disappears.
     
    is there any solution.
View Complete Thread