Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Uploading Large Files using ASP.net

Reply
Thread Tools

Uploading Large Files using ASP.net

 
 
rajarameshvarma@gmail.com
Guest
Posts: n/a
 
      02-20-2007
Hi..

I am facing problems with file uploading in asp.net.my filea are
nearly 40 MB size. I set the MaxRequestLength property to match. Files
are getting uploaded but it is taking so much time. I want to reduce
the time. can anybody tell me a better way. I need to use only http
(no ftp).
I need to upload csv files. Is there ant way to split the files on
client machine and thne upload as small files?

Thanks

 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      02-20-2007
On Feb 20, 11:34 am, rajarameshva...@gmail.com wrote:
> Hi..
>
> I am facing problems with file uploading in asp.net.my filea are
> nearly 40 MB size. I set the MaxRequestLength property to match. Files
> are getting uploaded but it is taking so much time. I want to reduce
> the time. can anybody tell me a better way. I need to use only http
> (no ftp).
> I need to upload csv files. Is there ant way to split the files on
> client machine and thne upload as small files?
>
> Thanks


Do you use CSV to import data into the server database?

Maybe you can upload a number of small files first and then, depends
on action, do the final processing.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Timeout uploading large files =?Utf-8?B?U3RldmVuIEJlcmtvdml0eg==?= ASP .Net 1 02-13-2006 07:21 AM
Uploading large files with ASP.NET 2.0 Munes ASP .Net 0 01-31-2006 01:24 AM
Backing Up Large Files..Or A Large Amount Of Files Scott D. Weber For Unuathorized Thoughts Inc. Computer Support 1 09-19-2003 07:28 PM
Uploading large files Phong Pham ASP .Net 1 07-01-2003 07:04 PM
Re: Uploading large files PJ ASP .Net 0 06-24-2003 09:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57