From e2e16121e76bfb8b3069b9bfcd88c9243da4306a Mon Sep 17 00:00:00 2001 From: AlisherAmonulloev Date: Sat, 18 May 2024 19:35:05 +0400 Subject: [PATCH] Update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b0cbe..c3d37a8 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1233410) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) -# FileUploader for DevExtreme - Direct Upload to Azure +# FileUploader for DevExtreme - Direct Upload to Amazon -The FileUploader component supports direct-upload to blob storages. This example illustrates how to configure the [uploadChunk](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#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). +The FileUploader component supports direct-upload to Amazon Simple Storage Service. This example illustrates how to configure the [uploadChunk](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#uploadChunk) property to upload a large file directly to Amazon Simple Storage Service (S3) without using a user's web server. All APIs that implement access to Amazon Simple Storage Service (S3) on the client are stored in the amazon.file.system.js and amazon.gateway.js files. To implement file upload logic, use the [uploadChunk](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#uploadChunk) property to specify how to process a connection request to the storage. @@ -27,3 +27,10 @@ To implement file upload logic, use the [uploadChunk](https://js.devexpress.com/ - [FileUploader Overview](https://js.devexpress.com/Angular/Documentation/Guide/UI_Components/FileUploader/Overview/) - [uploadChunk](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxFileUploader/Configuration/#uploadChunk) + +## More Examples + +- [FileManager for DevExtreme - Amazon S3 Client-Side Binding](https://github.com/DevExpress-Examples/devextreme-file-manager-amazon-client-side-binding) +- [FileManager for DevExtreme - Azure Client-Side Binding](https://github.com/DevExpress-Examples/devextreme-file-manager-azure-client-side-binding) +- [FileManager for DevExtreme - Azure Server-Side Binding](https://github.com/DevExpress-Examples/devextreme-file-manager-azure-server-side-binding) +- [FileUploader for DevExtreme - Direct Upload to Azure](https://github.com/DevExpress-Examples/devextreme-file-uploader-direct-upload-to-azure) \ No newline at end of file