Thursday 24 July 2014

SharePoint file upload size limitation

I was trying to upload a file using custom page.
I used CSOM Code to upload the file, i was getting error when i tried to upload more that 1.5GB size. I came to know that CSOM will allow up o 1.5 GB. But my requirement is i have to upload up to 2GB. Then i tried REST, it worked for me. REST will allow up to 2GB.