Large File Upload in ASP.NET
Just saw a message in AspAdvice list and noticed that useful component - Flesk.Uploader
Flesk.Uploader is a free tool that allows users with a WebBrowser to upload files to a webserver via HTTP and save them to a directory or database. Works only on .NET FrameWork 1.1
We can save (over 300Mb?) file into Web server in ASP.NET (That's obviously save the time of a lot of people who are looking for something like that base on the discussion on various forums).
Well, it's FREE and FULL source code available too. Cool! :)