Uploading large files to server with resume support
Hi, can any one please tell me , how can i implement a Windows form application that can upload a large files (average 10 Mb ) to the server. Secondly, please tell me what is the most efficient way to do so.
you can also use an existing ftp server that will reside on the server and you'll only need to write the client application that connects to that server: http://www.codeproject.com/KB/IP/ftplib.aspx
Lucian Baciu Thursday, July 17, 2008 11:17 AM
FTP is okay for ~10 MB, you could just restart the transfer when it failed. For true resume support, you need BITS.
you can also use an existing ftp server that will reside on the server and you'll only need to write the client application that connects to that server: http://www.codeproject.com/KB/IP/ftplib.aspx
Lucian Baciu Thursday, July 17, 2008 11:17 AM
FTP is okay for ~10 MB, you could just restart the transfer when it failed. For true resume support, you need BITS.