Re: How to get the photos selected using ajax multiple upload in code behind

  •  10-26-2009, 4:49 AM

    Re: How to get the photos selected using ajax multiple upload in code behind

    Hi,
     
    Thanks for your reply.
    I want to select multiple multiple photos and also I have to save those selected photos to a folder in root directory.Photos should be added in the root directory only when the user clicks on the Add button which is kept below the "CuteWebUI:UploadAttachments" tag.
     
    <CuteWebUI:UploadAttachments runat="server" ID="TopicFiles" OnFileUploaded="Uploader1_FileUploaded">
        <ValidateOption AllowedFileExtensions="jpeg,jpg,gif,zip,doc,pdf" MaxSizeKB="10240" />
        </CuteWebUI:UploadAttachments>
        <asp:Button ID="Button1" runat="server" OnClick="btnAdd1_Click" Text="Button" />
     
     
    Please help me in this
     
     Thanks,
    Jagan 
View Complete Thread