969
Views
3
Comments
Solved
Upload Image

i am using  reactive web application  

how can upload photo than saving it in Entity (Employee picture)


2026-02-26 06-29-24
Rahul
 
MVP
Solution

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

TestForm.oml
2021-03-05 13-56-11
Ricardo Pereira
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.