I have integrated SharefFile .net Sdk in my Web application to upload files to Sharefile. It does work for small files.
When i try to upload files more than 200 MB I receive HttpRequest Timed Out error.
When i try to upload single file of 8 GB size the request in the browser throws net::Err_Connection_aborted error.
Even if we try and upload the file directly to the sharefile web app it takes around an 30-50 minutes for 1 Gb file. When the upload speed is around 27 MBps.
I would like a sample where we can upload the file in chunks using the .Net SDK.
Please let me know in case more details are required.
Hi
I have integrated SharefFile .net Sdk in my Web application to upload files to Sharefile. It does work for small files.
When i try to upload files more than 200 MB I receive HttpRequest Timed Out error.
When i try to upload single file of 8 GB size the request in the browser throws net::Err_Connection_aborted error.
Even if we try and upload the file directly to the sharefile web app it takes around an 30-50 minutes for 1 Gb file. When the upload speed is around 27 MBps.
I would like a sample where we can upload the file in chunks using the .Net SDK.
Please let me know in case more details are required.
Following is the part of the code I have used :