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