Any way to handle 4 GB file upload via ASP.NET

  • Thread starter Thread starter Uncle Ben
  • Start date Start date
U

Uncle Ben

I'm looking for a way to retrieve files of 4 gigabyte in size or larger via
ASP.NET. Can this be done using pure ASP.NET, or do I need to use
components to handle such large upload? Ability to do batch upload would be
a plus.

I also need a progress bar to indicate the upload progress.

Thank you.
 
Can you utilize other file transfer methods, ie FTP? Maybe get, build FTP
control for .NET?
 
That sounds possible. Can you direct me to a website which discusses about
this?

I need to integrate this file transfer method with a front-end. Users will
have to populate some FORM fields and browse for the 4GB file. Upon FORM
submission, the application will collect both the FORM field data and the
4GB upload.
 
Back
Top