Skip to content

This example configures the uploadChunk property to upload a large file directly to Azure Blob Storage (without using a web server).

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/devextreme-file-uploader-direct-upload-to-azure

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2024
Dec 25, 2024
Dec 25, 2024
Dec 26, 2023
Dec 25, 2024
Dec 25, 2024
Dec 25, 2024
Dec 25, 2024
Dec 26, 2023
Dec 25, 2024
Feb 19, 2021
Aug 9, 2024
Feb 20, 2021
Dec 25, 2024

Repository files navigation

DevExtreme FileUploader - Direct Upload to Azure

The FileUploader component supports direct upload to blob storage services. This example configures the uploadChunk property to upload a large file directly to Azure Blob Storage (without using a web server). All APIs use to access Azure Blob Storage on the client are stored in the azure.file.system.js file (app.service.ts - for Angular framework).

IMPORTANT

The code snippets in this repository are for informational purposes only. Security should be your #1 priority when using Azure Blob storage. You should consult a security expert or apply accepted best practices to maintain the highest security posture for your DevExtreme-powered web application. Remember, a secure web app demands careful consideration/understanding of potential attack vectors, the configuration of your development environment, and security posture of third-party service providers.

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

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)