I have interactive grid page .
I want to insert employee data that include his image.In addition to display this image with the data.
I tried to do that using (sys.dbms_lob.getlength(“EMP_PHOTO”)”EMP_PHOTO” )but i get number in the interactive grid column.
I also insert the photo from form because the field photo in interactive gride has no type of upload file
is there any way to do that?