alessiomaffeis / vue-picture-input

Mobile-friendly picture file input component for Vue.js 2-3 with image preview, drag and drop, EXIF orientation, and more
MIT License
887 stars 156 forks source link

Unable to upload from mobile #126

Closed tpharaoh closed 4 years ago

tpharaoh commented 4 years ago

https://stackoverflow.com/questions/60902164/browser-image-upload-works-but-not-mobile-browser

I have a fully functioning vuejs site, and api-platform backend. The upload works great from desktop, but when I use phone, it fails.

tested with iPhone and Android (safari and chrome)

tpharaoh commented 4 years ago

I think its solved, the issue was mobile browser seems more strict about content type. I had image/jpeg and image/png but the phone was sending image/jpg