Home > Advanced Programming Techni... > About BLOB Support in Forms... > Working With BLOBs Procedur...
Previous |
Next |
As an alternative to using the built-in methods of providing a download link, you can use the APEX_UTIL.GET_BLOB_FILE_SRC
function. One advantage of this approach, is the ability to more specifically format the display of the image (with height and width tags). Please note that this approach is only valid if called from a valid Oracle Application Express session. Also, this method requires that the parameters that describe the BLOB
to be listed as the format of a valid item within the application. That item is then referenced by the function.