This site is currently read-only as we are migrating to Oracle Forums for an improved community experience. You will not be able to initiate activity until January 31st, when you will be able to use this site as normal.

    Forum Stats

  • 3,890,899 Users
  • 2,269,649 Discussions
  • 7,916,821 Comments

Discussions

Display as Image Item Not displaying

sect55
sect55 Member Posts: 1,108 Bronze Badge

I created a modal page that includes a "Display as Image" Item but It does not display. I get a broken image.

What am I doing wrong???

The page displayed is:

I am using BLOB Column specified in Item Source. The Page Designer contains the following:

The table contains the following:

The data for the table contains:

The debug messages does not seem to populate P95_MIME_TYPE, P95_FILENAME,etc. The Debug Message contains:

Please assist. Thank you.

Using APEX 19.1 and DB 19c

Robert

Tagged:

Best Answer

  • sect55
    sect55 Member Posts: 1,108 Bronze Badge
    Answer ✓

    I found what caused the above error:

    1. I did not update mime_type and filename in the database
    2. the properties referred to the column name and not the item name so I changed them.

    It now works.

    Thanks anyway.

Answers

  • sect55
    sect55 Member Posts: 1,108 Bronze Badge
    Answer ✓

    I found what caused the above error:

    1. I did not update mime_type and filename in the database
    2. the properties referred to the column name and not the item name so I changed them.

    It now works.

    Thanks anyway.