react-native-file-transfer-android
react-native-file-transfer-android copied to clipboard
callback function not working
trafficstars
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('== ok == ' + err + res); });
same here...
+1
same :)
I used this module. Callback function always work. Did Upload work good?