i am using reactive web application
how can upload photo than saving it in Entity (Employee picture)
hi Andrew,
Take one attribute (Employee) in Entity as BinaryData .
and on UI take on upload widget and pass this binary data in this attribute using CreateOrUpdate entity action.
Find attched oml it will help you.
Regards
Rahul
Hi Andrew,
You can download this component and see an example.
https://www.outsystems.com/forge/component-overview/8258/reactive-upload-image-display-in-list
Check also, this documentation:
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Inputs/Enable_End_Users_to_Upload_Files
Hi,
you can use the upload widget for that:
Than, create a button or a link associated to an action that will save your photo in the db:
(Those prints are examples)
Hope this can help.
Best regards,
Ricardo M Pereira