milesmeow

Results 1 issues of milesmeow

I saw notes to use this syntax for chunked upload of a file. RNFetchBlob.fetch('POST', 'http://example.com/upload', { 'Transfer-Encoding' : 'Chunked' }, bodyData) We will be uploading a video via an API...