ShareFile-NET icon indicating copy to clipboard operation
ShareFile-NET copied to clipboard

Error uploading big files

Open NileshKarotra opened this issue 3 years ago • 0 comments

Hi

I have integrated SharefFile .net Sdk in my Web application to upload files to Sharefile. It does work for small files.

  1. When i try to upload files more than 200 MB I receive HttpRequest Timed Out error.

  2. When i try to upload single file of 8 GB size the request in the browser throws net::Err_Connection_aborted error.

  3. 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 :

NileshKarotra avatar Dec 20 '21 05:12 NileshKarotra