ASP.Net file post direct to disk with upload file progress support
To follow my previous post on file upload issues, check also this excellent article on Code Project written by Travis Whidden
This module gives developers a way to intercept multi-part
form posts in ASP.Net and store the data directly to disk
without going direct to memory. It also provides a way to
extract the file progress from an external window. Written
in C# for backend, and Javascript / Atlas for the progress
bar.