preview image in vbcs
Hi @Nada Bashar @Sherif Bashar
I need to display a preview of an image that the user uploads. I was able to successfully upload the image to the database using FilePicker, but I’m having trouble showing the image preview in the form. I followed the steps I found, but the image still isn’t displaying.
Could you please guide me on what I might be doing wrong? I can also share my application if that would help. Thank you!
- ORDS QUERY
SELECT
file_no,
file_name,
file_type,
file_contentFROM attendance_device_geotagg_fence
WHERE request_no = :request_no