We allow uploading large files (video) in our application. Is there any way for me to know that a file is currently being uploaded? For example, in classic ASP, we use a 3rd party component that uses the temp directory to buffer the file while it is being uploaded.
It would be nice to know this before I restart IIS or the server and kill somebody’s upload.
After adjusting my Google search, I found a link that mentions the location of the file buffer in ASP.Net.