-
Hi. I read in the documentation about file uploads (https://refine.dev/docs/guides-and-concepts/upload/multipart-upload/), but I would like to know how you can do a simple file upload using type="file". My server takes one value for the image. How can I make an implementation of this code?
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @ilikali , |
Beta Was this translation helpful? Give feedback.
-
Hey @ilikali, we recently wrote a blog post on this topic and included it in our documentation. Refine Multipart File Upload Blog By following the document and examples, you can get an idea of how to upload files to your server. I hope it helps. |
Beta Was this translation helpful? Give feedback.
Hey @ilikali, we recently wrote a blog post on this topic and included it in our documentation.
Refine React Hook Form Docs
Refine Multipart File Upload Blog
CodeSandbox
By following the document and examples, you can get an idea of how to upload files to your server.
I hope it helps.