I am trying to upload from code large files (larger then 256MB) in ranges 500 MB - 2GB to sharepoint server 2013 but didn't found a way to do that. I succeded to upload large files with size ~1GB manually.
I have tried the following MSDN examples , it works only for files< 256 MB.
According to this post (at the buttom): "...chunk upload are available only in SharePoint Online and SharePoint 2016 OnPremise and are not available in SharePoint 2013 OnPremise".
My question is how to upload large files to sharepoint server 2013?
