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

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.
 
J

Jim Douglas

Can you utilize other file transfer methods, ie FTP? Maybe get, build FTP
control for .NET?
 
U

Uncle Ben

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.
 

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

Top