Makintola

Results 1 comments of Makintola

Hello. If you're using expo, a nice workaround is to use [Expo FileSystem](https://docs.expo.dev/versions/latest/sdk/filesystem/#filesystemcreateuploadtaskurl-fileuri-options-callback). And implement as below ``` import * as FileSystem from "expo-file-system"; const task = FileSystem.createUploadTask( SERVER_URL, LOCAL_FILE_URL,...