I searched on
asp.net forums and found some threads really interesting to upload bulk files. the custom strategies like writing our own httphandler and reading the raw http request and processing it using some scanner/parser etc.
Well, Is this applicable with DOTNET2.0 also? are there any significant changes in dotnet frame work?
I am basically a java guy, but working on a DOTNET portal development where i need to handle upload/download huge files as big as 1GB.
I find it little difficult in writing code in .Net, if any one has already worked on it and ready to share code base that will be great.
I am against using 3rd party controls. i am even ready to do some home work and write my own code.
While i found that article informative, it is bit old article on how to use the basic feature of upload.
What i need infact is some optimized way of uploading a huge files say, 1GB file or even more. I found certain discussions on this ASP.NET forum interesting and i almost got the concept of how to do it. (writing custom HTTP hanlders etc). I got
to work on this to develop the functionality.
Marked as answer by jessjing on Oct 23, 2006 03:43 AM
mahanare
Member
31 Points
9 Posts
file transfer over HTTP (Upload and download) with DOTNET2.0 VS.NET2005
Oct 21, 2006 06:12 AM|LINK
Hi All,
I searched on asp.net forums and found some threads really interesting to upload bulk files. the custom strategies like writing our own httphandler and reading the raw http request and processing it using some scanner/parser etc.
Well, Is this applicable with DOTNET2.0 also? are there any significant changes in dotnet frame work?
I am basically a java guy, but working on a DOTNET portal development where i need to handle upload/download huge files as big as 1GB.
I find it little difficult in writing code in .Net, if any one has already worked on it and ready to share code base that will be great.
I am against using 3rd party controls. i am even ready to do some home work and write my own code.
Thanks
Harinath
jessjing
Contributor
4402 Points
872 Posts
Re: file transfer over HTTP (Upload and download) with DOTNET2.0 VS.NET2005
Oct 23, 2006 02:36 AM|LINK
hi,
I have found something for you ,hope it helps
http://www.15seconds.com/issue/010504.htm
best wishes
mahanare
Member
31 Points
9 Posts
Re: file transfer over HTTP (Upload and download) with DOTNET2.0 VS.NET2005
Oct 23, 2006 03:27 AM|LINK
Thanks jessjing
While i found that article informative, it is bit old article on how to use the basic feature of upload.
What i need infact is some optimized way of uploading a huge files say, 1GB file or even more. I found certain discussions on this ASP.NET forum interesting and i almost got the concept of how to do it. (writing custom HTTP hanlders etc). I got to work on this to develop the functionality.