HE-Arc / FreeGo2

Application développée pour l’association FreeGo afin de promouvoir leurs réfrigérateurs communautaires.
https://application-freego.ch/
1 stars 0 forks source link

Unable to POST images from camera on container with smartphone #50

Open Kevin-Laipe opened 3 years ago

Kevin-Laipe commented 3 years ago

In the Manager.Vue component, when you clic to add a picture on a smartphone, the smartphone prompts you to either use the camera or your documents. Images from documents work fine, but the ones from camera do not get POSTed.

Kevin-Laipe commented 3 years ago

It looks like Content-Length in request header is wrong for some larger files that I'm trying to upload from my phone

POST https://application-freego.ch/backend/picture/ net::ERR_CONTENT_LENGTH_MISMATCH 400 (Bad Request)