Pending Review
Last Updated: 01 Dec 2025 11:19 by Amit
Amit
Created on: 01 Dec 2025 11:19
Category: ImageEditor
Type: Feature Request
1
Kendo ImageEditor – How to Restrict Allowed File Types (PNG/JPG/WEBP Only)?

Hi Telerik Team,

I’m using Kendo UI version 2022.3.1109 with jQuery, and I have implemented a Kendo UI ImageEditor in my application. I would like to restrict the allowed file types when users open an image from their device.

Goal
I want the ImageEditor to accept only a specific set of formats:

  • .png
  • .jpg/jpeg
  • .webp

Current Behaviour

When the user clicks the Open tool inside the Image Editor:

  • It allows all file types, including unsupported ones
  • There is no configuration option like the accept attribute available in Kendo Upload

    I checked the documentation but could not find any built-in way to filter file types for the ImageEditor Open dialog.


Regards,
Amit

0 comments