This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Spaces in filename (multipart) #248
Open
Description
Hello!
I'm trying to make blob from file with spaces in name - "Venetoclax GVD tracked changes Sep 13.docx"
The process stop at Blob.build method
const Blob = RNFetchBlob.polyfill.Blob;
const blobUri = RNFetchBlob.wrap(fileUri);
await Blob.build(blobUri, { type : fileType });
Url value (for emulator):
blobUri = RNFetchBlob-file:///Users/username/Library/Developer/CoreSimulator/Devices/deviceid/data/Containers/Data/Application/appid/tmp/org.app/Venetoclax%20GVD%20tracked%20changes%20Sep%2013.docx
P.S. Thanks for library!