FileUpload.FileName

Discussion in 'ASP.NET / ASP.NET Core' started by dbireporter, Dec 4, 2012.

  1. I want to be able to upload and save a file without requiring the user to browse in the FileUpload object. The file name will be provided in the URL arguments. Is there any way to set the FileUpload.FileName (read only)?
     
  2. Also, is there a way to save the file to a URL instead of the server?
     

Share This Page