Multiple fileuploder with sql server in asp.net
Introduction The multiple fileuploader is important in the web site. When you are create a new website you have to implement in the in the picture galary inside the album as well. So in this article I will explain how to we can upload multiple file with a single click. Implementation As usual create a simple asp.net web project and then add following html code to design page accept the user input such as button to add file uploder according to your need and upload button for save image inside the folder and the database. and create a folder named in the root of your application where the images will be stored. Figure:multiple fileuploders HTML Code < head runat ="server"> < title > Multiple FileUpload Example </ title > <% --i am using this javascript function to add the fileuploader -- %> < script type = "text/javascript"> ...