Back to Refine

Base64 Upload with Ant Design | Refine v4 Guide

documentation/versioned_docs/version-4.xx.xx/examples/upload/antd/base64.md

3.25.0461 B
Original Source

Refine allows you to upload your files or images in your forms as Base64 Upload. When uploading a file or an image to a source, you can complete your upload by encoding it to Base64. In this example, you'll learn how to use Refine's file2Base64 function to upload a file as Base64.

Refer to the Refine Base64 Upload documentation for more information. →

<CodeSandboxExample path="upload-antd-base64" />