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

A React Native module to upload files and camera roll assets.

Results 19 react-native-uploader issues
Sort by recently updated
recently updated
newest added

Does react-native-uploaders support chunked uploads? (Examining the code makes me think not.)

Hi guys, Any plans to support this awesome package on android? Thanks,

Is it possible to upload videos with this plugin? If not, that would be VERY desirable in my book. If you can upload video already, could we add some documentation...

Hello, can i upload music wav file and what should i put in filetype field 'music/wav' ?

What API endpoint is required server-side to manage the other side of this upload? Does it have to manage streaming? How does it have to feed back progress? Could we...

My app gets an error to build because RNUploader.m file contains following lines. import "RCTBridgeModule.h" import "RCTEventDispatcher" import "RCTLog.h" So I change it like this and it does work. import...

Does this lib help us upload image in background? Thanks.

I have a series of questions, please kindly answer them all. 1. What if I have different multiple components uses the upload? How does it know the progress of each?...