File Upload - where is temp data saved

Discussion in 'ASP.NET / ASP.NET Core' started by rlangham, Jul 25, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am using the ASP.NET file upload control and wondering during the upload where is the data saved. I do some checks on the filename and content length before I call the SaveAs, and thinking that maybe some of my allocated disk space is being used up eventhough I do not call the SaveAs to save the uploaded content.

    I have searched the data directories using FTP and do not see a temp or other directory.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    There's no temporary location for ASP file upload control. It just saves to where you specified.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page