A capacitor plugin for Android and IOS to upload BIG files in chunks to
- Dropbox
- Azure Blob Storage
npm install capacitor-file-chunk-reader
npx cap sync
readChunk(options: MobileOptions) => Promise<{ data: string; }>
Param | Type |
---|---|
options |
MobileOptions |
Returns: Promise<{ data: string; }>
uploadFileChunk(options: MobileOptions | WebOptions) => void
Param | Type |
---|---|
options |
MobileOptions | WebOptions |
uploadFile(options: MobileOptions | WebOptions) => void
Param | Type |
---|---|
options |
MobileOptions | WebOptions |
Prop | Type |
---|---|
uri |
string |
accessToken |
string |
targetPath |
string |
fileSize |
number |
Prop | Type |
---|---|
accessToken |
string |
file |
File |
targetPath |
string |