next-cloudinary

I would like to use the next-cloudinary library to handle uploading images on create / edit forms
3 Replies
kapa.ai
kapa.ai5mo ago
Hi @Pops. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I'm sorry, but the information extracts provided do not contain any details or examples on how to use the next-cloudinary library with Refine for handling image uploads on create/edit forms. Refine does provide out-of-the-box functionality for handling file uploads, as demonstrated in the examples for base64 upload (https://refine.dev/docs/examples/upload/chakra-ui/base64) and multipart upload (https://refine.dev/docs/examples/upload/mantine/multipart). However, these examples do not specifically use next-cloudinary. For more detailed guidance on handling file uploads in Refine, you may want to refer to the official Refine documentation (https://refine.dev/docs). For using next-cloudinary, you should refer to the next-cloudinary documentation (https://github.com/nextapps-de/next-cloudinary). To integrate next-cloudinary with Refine, you would likely need to customize the upload handling in your create/edit forms. Unfortunately, without more specific information or examples, I can't provide a more detailed answer. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai5mo ago
<@184452259327770625> kapa.ai is still learning and improving, please let us know how it did by reacting below
foreign-sapphire
foreign-sapphire5mo ago
is there an example of an image upload for the nextjs with ant template