I’m creating a blog post with supabase auth, database and tables, where a blogger can post a blog.
This post contains the post details and upto 4 images.
How can I upload this details using uppy for images with resumable download, to the post table and at the same time save the urls of the images after the blogger uploads?
I’m able to upload the images to supabase storage, and i created and array attribute for image urls, i also set a trigger to call a function that updates the blog table after the upload with the details, but this still runs into an error
abu lix is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.