BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
HI I am trying to upload image on firebase from richtext editor and have no success till now can u help with this I want to upload image on firebase and use its url in src of img tag . Hope you understood my issue
Hi Farrukh,
Hi How can I upload files using my own function which is below. and use return url inside rich text editor Hope you got me Thanks
rteObj.executeCommand('insertImage', { url:'https://ej2.syncfusion.com/javascript/demos/src/rich-text-editor/images/RTEImage-Feather.png', cssClass: 'rte-img'}); |