Quantcast
Channel: How can I upload a file in react-native using rn-fetch-blob? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by hong develop for How can I upload a file in react-native using...

You can change the upload as follows: Content-Type should be json because your body type is json let formdata = new FormData(); formdata.append("comment", this.state.newComment);...

View Article



How can I upload a file in react-native using rn-fetch-blob?

I am new to react-native. I wanted to upload a file with another parameter 'comment' using rn-fetch-blob. I am able to pick a file and got path, name, type and size of file using...

View Article

Image may be NSFW.
Clik here to view.

Answer by Guy for How can I upload a file in react-native using rn-fetch-blob?

Per documentation https://github.com/joltup/rn-fetch-blob#regular-request the Content-Type is automatically picked based on what you're trying to POST.Here's an example on how to upload a file...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images