Search posts, tags, users, and pages
Louis Moreaux
Oracle APEX developer
Introduction This is the third blog post about how to extend CKEditor5 in your APEX applications. You can read the first part about image upload here and the follow-up here. I really like how we can now mention someone in apps like Slack or Teams jus...
Sbonelo Mchunu
Hi,
What data type is your image column (large)?
I tried using a blob type but I am getting an error
"Error: SyntaxError: Unexpected token 's', "sqlerrm:OR"... is not valid JSON"
Hi Sbonelo Mchunu, You need to provide a valid URL for the image to be displayed, which will be used in the src attribute of the img tag.
Louis Moreaux thank you so much. it is working.
Please can kindly share the code you used for emojis (:)
Armando Plascencia
I don't know where exactly to add the javascripts function you had in your article. I also am looking at being able to copy and paste multiple images into a blob column. Do you have any links to help thank you.
Sbonelo Mchunu
Hi,
What data type is your image column (large)?
I tried using a blob type but I am getting an error
"Error: SyntaxError: Unexpected token 's', "sqlerrm:OR"... is not valid JSON"