Igonre files types
This commit is contained in:
parent
240831d6e5
commit
bfd5a58461
@ -63,6 +63,7 @@ class StreamUploadManager<TCacheShape> {
|
||||
const uploadUrl = await this.getUploadLink(index);
|
||||
const uploadRequest = RNFS.uploadFiles({
|
||||
toUrl: uploadUrl,
|
||||
// @ts-ignore
|
||||
files: [{ filepath: filepath }],
|
||||
method: "PUT",
|
||||
binaryStreamOnly: true,
|
||||
|
Loading…
Reference in New Issue
Block a user