I am using dbms_lob.getlength(blob_content) and setting the blob fields. It displays a Download link and works fine. The user wants the link to be the filename, not "Download". They don't want filename as a separate field.
I know how to do this having the file open code in PL/SQL but I am trying to use built in APEX functionality.