This demo illustrates how to use the DevExpress ASP.NET MVC Upload Control (UploadControl) to upload files to OneDrive.
Use the following APIs to connect the upload control to OneDrive:
- Specify the UploadStorage property to "OneDrive".
- Specify the UploadControlOneDriveSettings.AccountName property.
- Use the AccountManager.RegisterOneDrive method to register the OneDrive Azure Active Directory application account in the global.asax file.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos |