react-native-fileupload icon indicating copy to clipboard operation
react-native-fileupload copied to clipboard

Multi-form file upload for react-native

Results 33 react-native-fileupload issues
Sort by recently updated
recently updated
newest added

upload: Error happened: exceeded content-length limit of 180945 bytes null

#Feature Request I would love to see this updated and supported for react 0.60 > #Why it is needed I have an older app who uses this library, and always...

the filepath is correct and err is null,but why data is null? any idea?

Fix the imports for newer react-native versions

I send three images to my server with this code: ``` var obj = { uploadUrl: Globals.BASE_URL + Globals.API_PATH + q, method: 'POST', // default 'POST',support 'POST' and 'PUT' headers:...

- the api call to upload file in http works, but when I try the https url it gives me Internet Server Error, any solutions?

var obj = { uploadUrl: options.uploadUrl, method: 'POST', headers: {}, fields: {}, files: [] }; NativeModules.FileUpload.upload(obj, function(err, result) { if (result && result.data === 'ok') { handleRight() } else {...

when upload some files the APP freeze until upload is done.how to fix it?