Skip to Main Content

Visual Builder

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using the file picker on iphone

JohannaBStumpfJan 21 2025

When using the file picker on Iphone it goes directly to the camera and does not allow to choose other media.

This is how the file picker is set up:

 <oj-file-picker        
 capture='implementation'         
 accept='["image/*", "video/*", "text/plain", ".pdf", ".xls", ".xlsx", ".doc", ".docx", ".ppt", ".pptx", ".csv", ".txt"]'       
 class="responsive-flex-item oj-sm-flex-initial"        
 on-oj-select="[[$listeners.cameraFilePickerSelect]]">

How can I change this to allow it to choose exiting media on the phone on Iphone?

Additional information:
- On Android this works fine.
- I had the opposite problem earlier: https://community.oracle.com/customerconnect/discussion/797378/take-an-image-with-the-camera-component

This post has been answered by Vivekananda Reddy M-Oracle on Mar 27 2025
Jump to Answer
Comments
Post Details
Added on Jan 21 2025
2 comments
565 views