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.
- jQuery
- Angular
- Vue
- React
- NetCore
(you will be redirected to DevExpress.com to submit your response)