Skip to content
Advertisement

how can i upload image using react native expo image to my local server PHP / Database MySQL

I’m making a mobile application using expo client to allow user to upload image or take from a camera and then the image saves on my local server on PHP / Database MySQL. How do I do that thing if I’m using an expo?

for example code in react native (saving to PHP local server but not save database)

JavaScript

and here is my PHP

JavaScript

Any solution to this? thank you

Advertisement

Answer

You can use Fetch Api to upload image

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement