How to upload file to server using react-native

后端 未结 7 1346
渐次进展
渐次进展 2020-12-12 20:36

I am developing a app where i need to upload an image to the server. Based on the image i get a response which i need to render?.

Can you please help me how to uploa

7条回答
  •  無奈伤痛
    2020-12-12 21:25

    I have been struggling to upload images recently on react-native. I didn't seem to get the images uploaded. This is actually because i was using the react-native-debugger and network inspect on while sending the requests. Immediately i switch off network inspect, the request were successful and the files uploaded.

    I am using the example from this answer above it works for me.

    This article on github about the limitations of network inspect feature may clear things for you.

提交回复
热议问题