react-native-file-transfer-android icon indicating copy to clipboard operation
react-native-file-transfer-android copied to clipboard

multipart/form-data file upload for react-native android

Results 6 react-native-file-transfer-android issues
Sort by recently updated
recently updated
newest added

I am getting error while uploading I imported modules as below `import FileTransfer from 'react-native-file-transfer-android';` ![screenshot_1474898236](https://cloud.githubusercontent.com/assets/12423422/18836840/50af3184-841f-11e6-9f5f-854c4a7d5b4b.png) Thanks in advance!

The 'data' parameter I passed to upload api ,but it's content did not send to server

change okhttp version 2.5.1 -> 3.5 change README.md. and I will add this module to 'react-native-uploader'([https://github.com/aroth/react-native-uploader](https://github.com/aroth/react-native-uploader)) If you do not want this, tell me. But I think this module is...

callback function not working `FileTransfer.upload({ uri: '/storage/emulated/0/DCIM/Camera/IMG_20160103_162139.jpg', uploadUrl: ENDPOINT, fileName: 'IMG_20160103_162139.jpg', mimeType: 'image/jpg', headers: { 'Content-Type': 'multipart/form-data', }, data: { 'avatar' : '/storage/emulated/0/DCIM/Camera/IMG_20160103_162139.jpg' } }, (err, res) => { console.log('==...

Thanks for this grear module. But could I make async request? I'm trying to upload video data and this taks a lot of time. Thanks.

Hey there! I just set up the module to my Android dependencies and tried to run it. The build worked fine but then i can´t start the App. It breaks...