This demo illustrates how to use the DevExpress ASP.NET MVC Upload Control (UploadControl) to upload files to SharePoint.
Use the following APIs to connect the upload control to SharePoint:
- Specify the UploadStorage property to "SharePoint".
- Specify the UploadControlSharePointSettings.AccountName property.
- Use the AccountManager.RegisterOneDrive method to register the SharePoint Azure Active Directory application account in the global.asax file.