Search results for " HttpContext.Current.Request.Files"
Uploading files in ASP .NET 2.0. Is it safe?
Choosing to upload files with ASP .NET proved to be inefficient. The way IIS 5 and IIS 6 runs is: when you pick a file in the form, IIS need to "absorb" the whole file and you can have access to the file properties only after. IIS 7 promised to be more like Apache in this case, but until then we have to wait for a long upload and the worst thing is u can't ...

RSS/XML