Hello,
I was able to upload file to SharePoint following this article "Uploading Files Using the REST API and Client Side Techniques"
However, I ran into issue when user uploads big file, the system hang with "out of memory" message. I'm looking for alternate solution. Some suggestion slice and upload the array buffer to smaller chunk. Is posting file in multiple chunk possible? Has anyone done this?
Note: this is not SharePoint file limit issue.
Thanks!