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

  •  10-26-2009, 2:52 PM

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

    Jaganr012:
    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 
     
    Try
     
    <CuteWebUI:UploadAttachments runat="server" ID="TopicFiles" InsertButtonID='Button1' 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" />
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread