imagekit-developer / imagekit-angular

Angular SDK for ImageKit.io client side file upload and URL generation
https://imagekit.io
18 stars 20 forks source link

IKUpload Accept Specific File Extension #61

Open stefanodenti opened 1 year ago

stefanodenti commented 1 year ago

I added to the input tag the possibility of receiving as input a string containing the accepted file extensions in order to improve the user experience when selecting files from disk.

imagekitio commented 8 months ago

@ankur-dwivedi can't we do this using custom input element?

stefanodenti commented 5 months ago

Sure, but having a standard component makes it seem trivial yet useful to have it.