felipeavila-vp
felipeavila-vp
Same problem here yet
> I had the same problem after upgrade React Native to 0.72.17. And in my case renamed from Content-Type => content-Type fixed the error. not work for me =(
> Hi Everyone, Mine got fixed after some troubleshooting...All I did was that I removed Content-Type part from headers and It worked not work here =(
> Having the same problem, only on Android as well. Using Axios worked Here not work using axios or fetch. =(
> I managed to fix it on Android by just setting ` 'Content-Type': 'multipart/form-data'` in `headers`. it seems this is not required on iOS. > > axios.post('http://your-server.com/upload', formData, { >...