I want to be able to create a list of local files before uploading to supabase.
How to create a list of uploaded images (locally) and then after pressing a button it uploads everything to supabase
Actions & Logic
I know it's possible with one local file, but how to do it with a list. Because I have a list of things, in which these things each one have a image, so my idea was to create a list of local files and them after pressing a button upload all to supabase.
Yes
1