Variable type image

Hi, i‘m using the qodly_webCam custom component. Cause i‘m using 4d with qodly i can save the image, taken with the camera, directly in 4d.
Is there a chance to get an image variable in qodly? I would like to give the user the possibility to check the quality of the image before sending it to the server.

Maybe also other qodly-standalone-users would need this.

Greetings
Manfred

Picture type is supported by Qodly script

Hey Mandi.

you can do it by using the picture component and bind it with the same Source you use for webCamera. you can use it to display the picture before save it in the DB.

For now we don’t support picture as qodlySource but you can use an entity with a picture attribut in it.

1 Like

Ah yes, that’s a great idea using the image component should work perfectly!

1 Like