vutoan266 / react-images-uploading

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
https://github.com/vutoan266/react-images-uploading
MIT License
320 stars 52 forks source link

Support for HEIC Images #73

Open AndrewTruett opened 3 years ago

AndrewTruett commented 3 years ago

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!

asoutheastasiandessert commented 3 years ago

I second this :)

alex-putilin commented 2 years ago

any updates on it?

vutoan266 commented 2 years ago

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.

TahaKhanAbdalli commented 10 months ago

allowNonImageType does not solve the issue for me.

TahaKhanAbdalli commented 10 months ago

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

milliephanillie commented 9 months ago

any updates on this?