Browse and upload file

aRc0n

New Member
I have a ASP.NET (.NET Framework 3.5) Application. Now, I have to place a Button on a aspx-Page with the fallowing functionality on click:
  • Ask the user for a file with Extension xls (OpenFileDialog)
  • Upload the selected file to a specific folder on the WebServer
How can I do this?Thanks for your help.
 
Back
Top