is there a way to implement an upload directly from browser to S3 bucket using Kendo JQuery component? It's possible with JS, but the idea is to use fancy Upload component with drag-n-drop and progress bar.
Thanks in advance.
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 09 Jul 2024, 10:50 AM
Hello, Ilya,
I am copying my answer from the support ticket you opened on the matter in case anybody else has the same requirement.
Currently the component does not support a built-in mechanism for uploading files directly to third-party storage services like AWS S3. However, the widget provides events that can be handled so as to create your own service that would serve as a mediator for the connection to the provider. You can also check the below examples as a possible approach.