How to upload multiple files to the server
Hi all,
Suppose we build an ASP.NET page that has three FileUpload controls and one Submit button . After the user clicks the Submit button and the files should be post to the server and saves them to a specific location on the server. How can do that ?