ASP.NET conquers filesize limitations
Any forum would indicate problems with huge file uploads in ASP.NET. The most probable replies would be to use alternate upload channels or chunked uploads to overcome this. Travelling back, we were able to manage such huge gigs of upload seamlessly with ISAPI filters and extensions. The underlying trick was that the data buffers that flow into the server should be serialized and not accumulating in the memory which is an overhead for the server.
Just came across this elegant article in CodeProject which is promising. Albeit the fact that the code is in Visual Studio 2005, with just a couple of changes in two of its files, I was able to manage the same run on .NET Framework 1.1. Check out this article in CodeProject.com.
The best thing in this article was that it did'nt wanted us to make any change in Web.Config.
Subscribe to:
Post Comments (Atom)
[Imported from Blogdrive]Online Virus Scanners
Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...
-
I have been using Web2Project for planning my personal and professional tasks for a few years now. Now I have bifurcated the tools into th...
-
A New Role :: As a Community-Credit Forum Moderator... I would like to share the happier moments when I recieved an email from Community-Cre...
-
The Necessity of Coding Standards -- Building Efficient Software In this short discussion, I would like to highlight regarding the necessity...
No comments:
Post a Comment