citrix / ShareFile-NET

C# library for accessing ShareFile V3 API
MIT License
36 stars 26 forks source link

Error uploading big files #45

Open NileshKarotra opened 2 years ago

NileshKarotra commented 2 years ago

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 :