Hi team,
I want to add an image with some 3 to 4 statements as input and store it in the database.
I don't want to use the upload image functionality. Can we insert an image with some data as input?
Thanks,
Pallavi
Hi Pallavi,
Without upload functionality how can you save image into database. You need to first upload image using upload widget then convert image to binary and save binary data in to database.
You can Add text box to get image input as base 64 string and store base 64 string into database.
Please share OML or screens to provide you more details.
Thanks
Thanks, Vinod
yes, we can use the upload widget if we want to upload images separately. but if I want to add an image/screenshot in the middle of text as input as follows:
--------------------------
------------------------
-------------------------------
----------------------------
Is it possible to add the image or screenshot between the text or not?
You can achieve this using ckeditor forge component.
https://www.outsystems.com/forge/component-overview/97/ckeditor
Vinod
Hii,
@Pallavi Mutkure
you can check this https://www.outsystems.com/forums/discussion/67237/upload-image/ discussion.
sonali verma