help.net


Musing on .Net

News

Windows Phone Apps

FotoBank


FotoIreland

Windows 8 Apps




hit counters






Open source CMS


My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Slick Upload

Great! This is a really useful HTTP module (and free) you can implement in your web projects if you have to provide an upload facility.

Overview:

SlickUpload is an ASP.NET HttpModule that provides scalable upload handling for ASP.NET applications. ASP.NET doesn't have any capacity to stream requests to disk, and thus will load an entire upload into memory before processing it. This can cause scalability problems, as well as opening up a possible vulnerability to a denial of service (DOS) attack. SlickUpload fixes these problems by intercepting the request before the ASP.NET page processing engine gets it, and streaming it in chunks directly to disk. This eliminates the problem of loading the request into memory. SlickUpload also provides rich progress and status information during the upload process, allowing an application to display upload status to the user in real time.

Download

Posted: Aug 17 2005, 11:16 AM by help.net | with no comments
Filed under: ,

Comments

No Comments