The DevExpress ASP.NET MVC File Manager extension supports today's most popular cloud services, including Dropbox.
In this demo, the File Manager is bound to the file system provider of the DropboxFileSystemProvider type to work with the Dropbox Service. To connect the File Manager to Dropbox cloud storage, register a Dropbox account in the global.asax file using the RegisterDropbox method and then specify the following settings provided by the DropboxFileSystemProvider class.
- The AccountName property specifies the name of a Dropbox account.
In this demo, the RequestEvent event is handled to trace every request to the Dropbox Service in an event monitor.
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 |