Skip to content

This example configures the uploadChunk property to upload large files directly to Amazon Simple Storage Service (S3) without using a web server.

License

Notifications You must be signed in to change notification settings

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

Repository files navigation

DevExtreme FileUploader - Direct Upload to Amazon

The DevExtreme FileUploader component supports direct-upload to the Amazon Simple Storage Service. This example configures the uploadChunk property to upload large files directly to Amazon Simple Storage Service (S3) without using a web server. All APIs used to access Amazon Simple Storage Service (S3) on the client are stored in amazon.file.system.js and amazon.gateway.js files.

IMPORTANT

The code snippets in this repository are for informational purposes only. Security should be your #1 priority when using Amazon S3 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 (to process connection requests to the storage service).

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

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

About

This example configures the uploadChunk property to upload large files directly to Amazon Simple Storage Service (S3) without using a web server.

Resources

License

Stars

Watchers

Forks