React-native Upoad Imagepicker

Source: Internet
Author: User

1. No need to set up can be uploaded, with the formdata of Rn to achieve,

const formData = new FormData();formData.append(‘file‘, {uri: imageUri, name: imageName, type: ‘image/jpeg‘});

And put it in a fetch or XMLHttpRequest.

Here's a big pit. To specify a type, an error occurs if you do not specify

2. "React-native-fileupload" Upload images, Android needs this, iOS can be used directly with XMLHttpRequest (Android needs to change the field name in the original)
"React-native-image-picker" This is a generic image capture plugin

React-native Upoad Imagepicker

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.