2
Answers

How to upload multiple files to the server

Legolas

Legolas

13y
2.1k
1
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 ?
Answers (2)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
Thank You!! This was what I needed to find :)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
to use any custom or such library in VS.NET you need to add the reference first. right click on References in the Solution Explorer then select Add Reference you'll be able to search the ".NET", "COM" and also Browse for the component. Forget the projects unless you are writing a component. Good Luck