Closed tpharaoh closed 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)
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
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)