Download from upload drager antd
Hi guys, I'm folllowing this guide for upload a pdf file
https://refine.dev/docs/advanced-tutorials/upload/base64-upload/#example-1
Now I want to enable download function for file I have uploaded, how can I do that, can anyone help me?
https://refine.dev/docs/advanced-tutorials/upload/base64-upload/#example-1
Now I want to enable download function for file I have uploaded, how can I do that, can anyone help me?
By encoding your files and images from your forms to Base64 you can change all files needed for the upload to Base64 format before the submit. This can be done via the onFinish property of the `` component that comes with Ant Design

