Skip to Main Content
Feature Request FR-3370
Product Area Page Components
Status ROADMAP

33 Voters

A direct way to display the photos uploaded in local table in carousel container.

nalini.m Internal
· Sep 16 2023

Idea Summary
A simple way to fetch the images stored in the local tables and display in carousel container dynamically.

Right now we have alternate approach to do it, which is quite complex. It would be great if we come up with simplistic approach to do same by incorporating  this as a feature in APEX.

Use Case
Many govt customers are looking for such a feature, where they can directly upload changing photos day in- day out to the table and it gets reflected in UI. 

Preferred Solution (Optional)

This is currently on the roadmap for a future release of Oracle APEX.

Known Duplicates

Comments

Comments

  • anita.adinarayana OP 2.5 years ago

     It would be great if there is a simple way to fetch and display the photos uploaded in local table in carousel container.

  • partha.mahanta OP 2.5 years ago

    Specially oracle Images stored internally in BLOB where as BFILE is stored externally. Like Python if APEX can extract and fetch the images from Oracle tables and display in carousel container dynamically will help customer a lot and save lots of coding time.

  • sorin apalaghie OP 2.5 years ago

    I've used a different approach in the past. Instead of using a Carousel Region I used a Cards Region with pagination set to show only 1 card at a time.

  • sorin apalaghie OP 2.5 years ago

    You could also use some CSS to move the pagination arrows where you would typically find them within a Carousel Region.

  • jayson hanes Admin OP 2.5 years ago

    Great to see so much interest internally - but what about external customers?