supabase-swift
supabase-swift copied to clipboard
[Storage] Add support for Resumable Uploads
Feature request
Is your feature request related to a problem? Please describe.
Add support for resumable uploads.
Needs investigation on the possibility of using https://github.com/tus/TUSKit
Hi, I wanted to ask if there has been any update on this? We are currently creating an iOs App and need to upload ~150mb large files. This would be a great help. Thanks!
Hi @ceinem
You can use https://github.com/tus/TUSKit directly for implementing the resumable upload, which Supabase supports already.
Unfortunately we don't have any example yet on how to do it.