supabase-swift icon indicating copy to clipboard operation
supabase-swift copied to clipboard

[Storage] Add support for Resumable Uploads

Open grdsdev opened this issue 1 year ago • 2 comments

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

grdsdev avatar Dec 01 '23 11:12 grdsdev

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!

ceinem avatar Jul 30 '24 12:07 ceinem

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.

grdsdev avatar Jul 30 '24 18:07 grdsdev