Download link for Blob content

Hi all,
I am using file browse page item to upload a blob data. Here i am able to successfully add the blob data into table name. My question is how should i have a download_link under the file browse page item to download the bob data. I am using apex 4.0.
Note: In file_browse page item i had set
"Storage Type"=Blob column specified in item source attribute;
"MIME Type Column"=MIMETYPE;
"Filename Column"=FILENAME;
"Display Download Link"=NO
Thank for help!

apexlearner wrote:
Hi all,
I am using file browse page item to upload a blob data. Here i am able to successfully add the blob data into table name. My question is how should i have a download_link under the file browse page item to download the bob data. I am using apex 4.0.
Note: In file_browse page item i had set
"Storage Type"=Blob column specified in item source attribute;
"MIME Type Column"=MIMETYPE;
"Filename Column"=FILENAME;
"Display Download Link"=NOBit of a clue there I would have thought? The online help for the Display Download Link setting says:
>
Should the download link be displayed next to the "Browse" button? The download link will only be visible if the BLOB column really contains content.
>
To get the link to appear under the item instead of alongside, add the following to the page HTML Header:
<style type="text/css">
#P6_PRODUCT_IMAGE+a {
  display: block;
</style>Where <tt>P6_PRODUCT_IMAGE</tt> is the name of the file browse item.

Similar Messages

  • Re: Problem providing download link for BLOB data in apex report

    Hi Don,
    Your solution below worked but in the download option i only see save but not open for PDf file in the blob. Please let me know if you have any suggestion to achieve it
    Thanks
    Jo
    Problem providing download link for BLOB data in apex report 
    591953 Nov 19, 2008 1:55 PM (in response to 660436)
    Currently Being Moderated
    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

    Branched out from a years old thread.
    user3003326 Don't post to old threads, please.

  • Problem providing download link for BLOB data in apex report

    Hi,
    I am trying to create a report on a table with BLOB data so that the report displays a "download" link for the BLOB data. I am trying to give users the ability to download files from a website.
    I have been following the instructions in OBE "Defining and Viewing BLOB Data in Oracle Application Express 3.1".
    In the report, for the BLOB column, I have specified values for the following fields in Report Attributes->Column Formatting->Number/Date Format->BLOB Download Format Mask:
    BLOB Table
    BLOB Column
    Primary Key Column 1
    MIME Type Column
    Filename Column
    BLOB Last Updated Column
    However, when I run the report, I get the following error, even thought there is data loaded into the table:
    report error:
    ORA-01403: no data found
    When I remove the BLOB Download Format Mask information for the BLOB column, then the data displays in the report, but without the "download" link for the BLOB data (which is expected):
    E.g.
    Title Author Created BLOB_CONTENT
    Siebel & RAC Best Practices     Erik.Peterson     17-SEP-08     [datatype]
    Siebel Grid Case Studies     Mark.MacDonald     17-SEP-08     [datatype]
    Siebel CRM Applications protected by Oracle Clusterware     Kelly.Tan     17-SEP-08 [datatype]
    Oracle Grid: The Optimal Platform for Siebel Solutions Mark.MacDonald 17-SEP-08     [datatype]
    Any ideas why I'm seeing the ORA_01403 when I specify the BLOB Download Format Mask?
    Edited by: user716599 on Sep 18, 2008 12:31 AM

    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

  • Download link for blob field on page

    I have a form based on table with a blob column:
    TEMPLATE blob
    The 'Display as' on the item is set to 'File Browse...'
    The Source Type is set to 'Database Column' and Source value or Expression is set to 'TEMPLATE'
    I want the 'Download' link to appear next to the 'Browse' button, so I tried to change the Source value to
    'TEMPLATE::::', but it gives me this when I try to save:
    1 error has occurred
    ""."TEMPLATE" not found.
    How canI get the 'Download' link to appear?

    bobmagan,
    Thanks for importing your app. Sorry for the late reply. Here's what I've found:
    For some reason this download link seems to be tied to the TABLE NAME specified in an Automatic Row Processing process. I created an ARP to process the row instead of using the custom procedure that you wrote to process the record. I specified all the normal stuff in the ARP (i.e., TABLE_NAME, PRIMARY_KEY). After the process was created, I modified the TEMPLATE item source to TEMPLATE:::: w/o error and the download link appeared fine.
    To further test, I then went back the ARP and changed the table name to lower case, edited the TEMPLATE item again, and got the following error:
    *"report_layout"."TEMPLATE" not found.*
    When you use DATABASE COLUMN as the source type for the item, it must be using the table_name in the ARP to identify the column being referenced.
    This may a good question for the APEX developers. They could probably shed more light on this.
    All in all, the workaround I found is to create the ARP and set it's condition to NEVER so that it never runs. You can still use your custom process to insert/update/delete the record. Then you can edit the item, add the TEMPLATE::::, and get the download link to appear. I left the solution up and running in your app for you to see.
    Sorry for all the confusion, but I hope this helps you out.
    Let me know what you think...
    Keith Malay
    www.sds-cg.com

  • Need Download link for Webcenter Content 1.6 Version

    hi
    the OTN website provides only the latest 1.8 version of the UCM
    Where can I get the Older version like 1.6 from ?? is there archives link available in the OTN

    It does not look like 11.1.1.6.0 is on Oracle Software Delivery Cloud (11.1.1.7.0 is available). You could open an SR to get 11.1.1.6.0.
    Jonathan
    http://jonathanhult.com

  • Problem with download link for a BLOB Column in a "Classic report"

    I am having a problem where I cannot make a download link for a blob column function in a "classic" (non-interactive) report. I went through the tutorial on this topic and it was great help it working out the minor bugs, but I get a 404 error (apex_util.get_BLOB not found). For testing purposes I went ahead and created a an identical report on the same page that is an "Interactive report" and it works like a charm. Same query, same BLOB formatting Mask, pulling data from the same table. So, it really doesn't seem like an issue with the grants, since both reports should be executing as the same user.
    I know it sounds like the obvious answer is to just go with the interactive report and my problem is solved, but the rest of this site uses classic reports, and I don't need the sort features of an interactive report, and the slightly different style of the the report really stands out even if I turn off all the bells and whistles. I don't want to change the css to make them look identical, I just want a regular report to work.

    I eventually found another post: APEX_UTIL.GET_BLOB was not found on this server
    In this post there is the suggestion of putting "dbms_lob.getlength("var")" after the date field in your select. So I changed my query to have it at the end, and now my format mask (DOWNLOAD:table_name:ATTACHED_FILE:FILE_ID::FILE_MIME_TYPE:FILE_NAME:::attachment:Download) works like a charm, in a classic report.

  • Funtional download link for Creative Suite Standard CS6 Mac Os

    Please provide me with a function download linke for Creative Suite Design Standard 6. The provided download link from this site https://helpx.adobe.com/de/x-productkb/policy-pricing/cs6-product-downloads.html does not work. I always get a "permission denied" error when I try to download the install file for mac.

    You don't have permission to access "http://trials2.adobe.com/AdobeProducts/DSGN/CS6/osx10/DesignStandard_CS6_LS16.dmg?" on this server.
    Reference #18.a7d81002.1425211646.439bcb13
    Unfortunately the same thing

  • Need download link for Adobe Acrobat X pro for mac

    Need download link for Adobe Acrobat X pro for mac

    You can download some of the older versions of Adobe software directly from the Adobe website. See the following links for details.
    Accessible from these pages:
    Download and installation help
    Adobe Downloads - other downloads
    Downloads available:
    CS6 | CS5.5 | CS4 | CS3
    Acrobat XI, X | 9,8
    Premiere Elements 11, 10
    Photoshop Elements 11, 10

  • Where can I find the download link for Acrobat Standard v. 8.1 ?

    where can I find the download link for Acrobat Standard v. 8.1 ?
    Thanks

    See if anything in here helps: https://helpx.adobe.com/creative-suite/kb/find-download-link.html

  • Where can I find the download link for Adobe Acrobat Installer DC? We bought the product as a program and not as a subscription. Thanks'

    Where can I find the download link for Adobe Acrobat Installer DC? We bought the product as a program and not as a subscription. Thanks'

    I forgot to get back to you. Thank you very much for your prompt reply.
    Your suggestion helped!
    Pamela Oettel
    *Oh by the way, referrals to your friends are the heart of my business! If
    you know of someone who is buying or selling a home, please give me a call.*
    cell: 510-703-8636
    [email protected] <[email protected]>
    Hablo espanol tambien
    *Check out my Latest Facebook Post
    <https://www.facebook.com/pameastbayrealtor>*
    *Check out *What They Say About Me
    <http://www.zillow.com/profile/Pamela-Oettel/Reviews/?my=y>
    *BHG Mason McDuffie *
    2095 Rose Street, Suite 100, Berkeley, CA 94709
    BRE Lic No. 01761212
    On Tue, May 27, 2014 at 2:29 AM, GautamBahl <[email protected]>

  • Where can I find the download link for Photoshop Elements 6 for Macintosh?

    Hard disk crashed, need to reinstall all software including Photoshop Elements 6 for Mac.  The download link has been removed from Adobe site and support is saying I have to purchase a new license.  I already have a licensed version of this product and this version is sufficient for my needs.  Where can I find the download link? 

    Hi jsachen
    I don't think Download Link for Photoshop Elements 6 is available.
    The download links are available from Photoshop Elements 7
    Download Photoshop Elements products | 9, 8, 7

  • Download link for only some rows

    Hi,
    I have 2 tables. One contains records for products, and the other contains images for only some of the products. The images have been uploaded through the application and therefore are in a 'upload_data' table.
    The tables are linked by product_id.
    I would like to display a report that shows all the column from the products table and a download link for only those products that have an image.
    So far the query only returns those rows that have an image.
    Thanks
    Edited by: user12970007 on 20-Apr-2010 17:59

    What does this query look like?

  • Need download link for Adobe X Standard

    I purchased scanner which came with Adobe Acrobat X Standard on DVD.  I have no DVD player - need download link.  Thanks

    Direct Download Links for Adobe Software
    Mylenium

  • Where is a download link for firefox4?

    I searched Google..cannot find a download link for Firefox 4!

    Firefox 4 is not supported any longer. Firefox 5 and 6 were security upgrades for the 4.0 version, and Mozilla removed the download links to those versions.
    Is there any particular reason you don't want Firefox 6.0?

  • Can have the download link for Lightroom 4, please? My computer crashed and I reinstalling programs. I bought this in April 2013

    Can have the download link for Lightroom 4, serial number  please? My computer crashed and I reinstalling programs. I bought this in April 2013
    Message was edited by: Geoff Walker
    I removed your serial number as it is not the wisest thing to place in public view.

    Mac or PC??
    PC is here: Adobe - Lightroom : For Windows
    Mac is here: Adobe - Lightroom : For Macintosh

Maybe you are looking for