Is there some open source file upload (application) solution for a scenario like this? We have users who might want to upload really giant files, could be several GB’s in file size in fact, and it seems like a regular file upload textbox isn’t going to be a good choice here due to timeouts, etc…
Thanks for any advice…
Jon Galloway has a good article here: Large file uploads in ASP.NET
He mentions NeatUpload (which is free, and posted under the LGPL, a business-friendly open source license) in the article, and the link to the codeplex page: http://neatupload.codeplex.com/