Uploading a file to a SharePoint library using JavaScript
Howto upload a file into a SharePoint Library using SpRestLib. The upload()
method
accepts an ArrayBuffer from both Node.js and client browsers.
December 10, 2018
Howto upload a file into a SharePoint Library using SpRestLib. The upload()
method
accepts an ArrayBuffer from both Node.js and client browsers.
November 17, 2018
Howto download a file from SharePoint Library using REST. This technique produces a BLOB that can be streamed/saved directly from a web browser and works with both text and binary files.
November 3, 2018
Converting SharePoint 2010 API (ListData.svc
) column names to SharePoint 2013 API (_api
).
October 28, 2018
How to determine if a SharePoint List/Library has unique, non-inherited permissions (role assignments).
September 3, 2018
Adding a User to an existing SharePoint Group can be done using a SpRestLib REST call in just a few lines of code.
June 26, 2018
Create a fully-functional People Picker against your local SharePoint ActiveDirectory structure using
jQuery-UI autocomplete
and SpRestLib.
April 20, 2018
List and Library fields/columns can be created using the REST API. A feature which is especially useful in many scenarios, such as having to update many subsites with new fields, doing migration work, etc.
March 19, 2018
Howto upload a file into a SharePoint Library using REST. Both Node.js and client browsers can encode and upload files easily.