Uploading Large Files using ASP.net

R

rajarameshvarma

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top