0
votes

I need to upload large files (>2GB) to a web server, and ASP.NET has a 2GB file upload limit. So what i would like to know is, if its possible to upload files using FTP as i do with HTTP. In other words, is it possible to do an asyncronous (multiple) file upload with progress bar using FTP?

I already have a async file upload with progress bar using a handler (ashx) to send multiple files to a web server. Can i reuse this method to upload file via FTP, or do i need a totally different approach?

As mentioned i need to upload large files to a server, so any other solution that can help me accomplish the task would be much appreciated.

1

1 Answers

0
votes

Managed to solve my issue using ResumableJS