Irfan Ashraf
Irfan Ashraf
If you're looking to upload an image , you can use the 'image' option instead of 'selectImage'. This allows you to handle image uploads. You can refer to the (https://docs.unlayer.com/docs/custom-file-storage)...
You're very welcome!
I'm unsure about that; my requirement was to upload the images to my server instead of Unlayer's.
@roy-rayyone Thanks a lot! It's working perfectly now.
> > Try this > > ``` > > emailEditorRef.current.editor.registerCallback( > > "image", > > selectImageCallback > > ); > > ``` > > Hi [@roy-rayyone](https://github.com/roy-rayyone) thanks for your code,...