Is it possible in JQuery KendoUpload to change the binary data before sending it to the server? Specifically pictures. We need to reduce the size of the image before sending it to the server. Does Kendo offer image resizing? Ideally in the upload?
Thank you. Vlado.
1 Answer, 1 is accepted
0
Lyuboslav
Telerik team
answered on 21 Oct 2022, 01:50 PM
Hello Vladislav,
I am afraid that image resizing is not supported out-of-the-box.
I could suggest seeing this knowledge base article. The article is regarding Resize Images before Upload in ASP.NET Core scenario. However, there is a chance to help with your case. As marked in the article, it's important to note that: the Upload does not offer such a feature out of the box and the suggested workaround may have side effects or provoke issues, especially with a wider variety of images users can upload.