I am trying to determine where Asp.Net and/or IIS store file uploads when you upload a file BUT before you call the SaveAs() method.
I looked on MSDN and I kind of get the idea that it’s in memory and not put on the file system, but I can’t find it anywhere it says this explicitely.
I am trying to verify to IT that uploaded files (whose streams are passed on to FTP without ever calling SaveAs()) will not be automatically replicated by our server replication system.
The following is from How to change the default TempFile upload location for the ASP.NET 2.0 FileUpload control?
compilation Element (ASP.NET Settings Schema) shows the
compilationelement where thetempDirectoryattribute holds the location for the temp files while a upload is in progress.