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

I can't upload ".heic" format images

Open dfalcon-rua opened this issue 3 years ago • 0 comments

I need upload .heic images but i can't. I put the format in the imgExtension property as:

<ReactImageUploadComponent
      withIcon={false}
      singleImage={singleImage}
      withLabel={false}
      withPreview={true}
      buttonText="Seleccione ..."
      onChange={onChange}
      imgExtension={['.heic', '.jpg', '.gif', '.png', '.gif', '.jpeg',]}
      maxFileSize={5242880}
    />

but show me this error " 20210929_140122.heic is not a supported file extension". Can you help me?

dfalcon-rua avatar Oct 05 '21 14:10 dfalcon-rua