vue-image-crop-upload
vue-image-crop-upload copied to clipboard
Get file extension automatically
Thanks for this great package!
I'm trying to set the file extension automatically when the user pick a file, to save the same image type on server. I can listen the src-file-set
event and get the file.type
, but I can't put it to img-format prop (it do not change the final Content-type).
Any idea? Thanks
Hi! Did you find a solution? I am trying to do the same :) Thanks