Using javascript to access files in cloud storage services.
With Azure File Storage, only run in Chrome.
sdk
- storage-azure-config.js
- storage-azure.js
init:set your azzure cloud data
var storageConf = {
account: 'your_account',
secret: 'your_secret',
container: 'your_container'
}