Build Smarter ASP.NET File Downloading Into Your Web Applications

This article by Joe Stagner on MSDN magazine can help understanding how to download large files in ASP.NET 2.0 using some new methods introduced in this release like Response.TransmitFile.

Maybe a bit of Ajax on top of this code won't do any harm.

Really cool stuff!

No Comments