How to display Image in Oracle Apps Forms from External URLs?
How to display Image in Oracle Apps Forms from External URLs?
Till now, I have been able to display an image in the form if the file resides at some location in the apps server .e.g. /usr/tmp/ or $OA_MEDIA.
read_image_file(l_image, 'jpeg', 'RESULT.IMAGE'); works fine here, l_image = '/usr/tmp/IMAGE.jpg'
But, requirement here is to display the image that reside at an external location, an is exposed by some URL, e.g. have to display http://i.telegraph.co.uk/multimedia/archive/03589/Wellcome_Image_Awa_3589699k.jpg
Could you please suggest.