Skip to content

This example illustrates how to configure the uploadChunk property to upload a large file directly to Azure Blob Storage without using a user's web server.

License

Notifications You must be signed in to change notification settings

flagmanAndrew/devextreme-file-uploader-direct-upload-to-azure

 
 

Repository files navigation

FileUploader for DevExtreme - Direct Upload to Azure

The FileUploader component supports direct-upload to blob storages. This example illustrates how to configure the uploadChunk property to upload a large file directly to Azure Blob Storage without using a user's web server. All APIs that implement access to Azure Blob Storage on the client are stored in the azure.file.system.js file (app.service.ts - for Angular framework).

To implement file upload logic, use the uploadChunk property to specify how to process a connection request to the storage.

Files to Review

Documentation

About

This example illustrates how to configure the uploadChunk property to upload a large file directly to Azure Blob Storage without using a user's web server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 42.0%
  • JavaScript 27.9%
  • HTML 12.1%
  • C# 11.3%
  • Vue 5.8%
  • SCSS 0.9%