-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registerCallback with selectImage stopped working #435
Comments
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) for detailed instructions. |
Thank you, I believe the code you posted is for changing the storage of the image, not replacing the picker. I want to replace the image picker and uploader. The code I posted above was working perfectly fine until recently, but now selectImage event seems to have no effect. Keep in mind that I am on the free version but again this worked perfectly fine. |
You're very welcome! |
So is there a way to still replace the picker? |
I'm unsure about that; my requirement was to upload the images to my server instead of Unlayer's. |
This is in react:
The
selectImage
callback is not called when clicking the Image upload button. This used to work fine a few days ago.The text was updated successfully, but these errors were encountered: