react-images-uploading icon indicating copy to clipboard operation
react-images-uploading copied to clipboard

Support for HEIC Images

Open AndrewTruett opened this issue 3 years ago • 6 comments

I am unable to upload .heic images despite setting my acceptType as such:

acceptType={["jpg", "gif", "png", "JPG", "heic"]}

If there is something else I have to do to support this file type I would love some suggestions. Otherwise if this is not implemented in this component, I'd love for it to be. HEIC is the standard image type for iOS devices, so it would be awesome to have this file extension supported!

AndrewTruett avatar Nov 13 '20 03:11 AndrewTruett

I second this :)

asoutheastasiandessert avatar Jan 18 '21 05:01 asoutheastasiandessert

any updates on it?

alex-putilin avatar Jul 05 '22 11:07 alex-putilin

Hi, heic is a specific type of image, so I think we can use the new prop allowNonImageType in version 3.1.7 to solve this case. Thank you all.

vutoan266 avatar Jul 09 '22 03:07 vutoan266

allowNonImageType does not solve the issue for me.

TahaKhanAbdalli avatar Dec 01 '23 20:12 TahaKhanAbdalli

The onChange does not get invoked with the heic files.🥺

TahaKhanAbdalli avatar Dec 01 '23 21:12 TahaKhanAbdalli

any updates on this?

milliephanillie avatar Jan 18 '24 23:01 milliephanillie