hello all,
for cropping the image I'm using cropper forge. i want crop the image and able to show in the page.
I was attach my OML for clear picture.
forge link: https://www.outsystems.com/forge/component-overview/902/cropper
Hi,
Create one local variable named picture of binary data type.
Drag and drop image widget and give its value as of above created variable.
Give binary data as data type to entity where you want to store picture and call an action on "save picture" which calls the update action of entity to update the picture field value of entity.
In update action, assign the entity's picture value to above created local variable's value.
And if you want to crop picture use plugin of forge https://www.outsystems.com/forge/component-overview/7180/image-utils-reactive
Thanks
Shivani
Hi Ansari.
Could you explain your problem a little better? Give us more information about the issue you are facing.
André Siébra wrote:
Hai Andre,
sure, I want to crop the image and need to save the cropped image in entity for that used forge to crop the image. but I facing some issues to save the image in the entity. the image can be cropped and preview will show the cropped image but as I said I want to save that cropped image in entity, give some idea how to achieve this.
thank you,
D.ansari.