rowanwins / vue-dropzone

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://rowanwins.github.io/vue-dropzone/docs/dist
MIT License
2.02k stars 1.4k forks source link

Does `vue-dropzone` support .HEIC files? #613

Open CavalcanteLucas opened 2 years ago

CavalcanteLucas commented 2 years ago

When I try to use the vue-dropzone library to upload a .HEIC file I get the an error that I can't identify the cause.

my_ss

I'm currently trying to set:

dropzoneSettings:
  ...
  acceptedFiles:"application/pdf,image/jpeg,image/png,image/HEIC"
  ...

I couldn't find much references to .HEIC files in the .docs. Any help would be appreciated.