dead-brownD
Refine3y ago
24 replies
dead-brown

Save file on Supabase

Hi guys, I'm using refine/antd CRUD to create my page
Now I'm create a field to save file name, and the file will be save to a bucket that I create on supabase
I'm using <Upload /> component of antd to retrieve a file from user.
How can I modify the create button props onClick to save the file on supabase when user click?
Was this page helpful?