Dembe
06/15/2022, 7:10 AMawait supabaseAdmin.storage
.from("gallery")
.upload(
`${post.category}/${post.categoryChild}/${post.file[0].name}`,
post.file[0]
);
Right now i just upload one, but i want to be able to upload multiply, is that possible?Needle
06/15/2022, 7:10 AMsilentworks
06/15/2022, 12:03 PMpath
to the upload
function.