Bulk uploads in supabase

Can anyone enlighten me on how to go about bulk uploads in supabase , currently I'm using a promise to await all binary data in an array #help-and-questions
1 Reply
silentworks
silentworks2mo ago
There is no built in feature for this so i would go this direction or use uppy with tus-upload https://supabase.com/docs/guides/storage/uploads/resumable-uploads?queryGroups=language&language=js
Resumable Uploads | Supabase Docs
Learn how to upload files to Supabase Storage.

Did you find this page helpful?