0
votes

In Oracle ApEx, I have a file browse item that receives a picture file. Is there a way to make it that only image files(or just the standards like jpg, png, bmp etc.) can be uploaded. And also put a (variable) limit on height and width?

The variable for the length and width would be coming from choice made from a select list.

Any help would be great.

And as always, thanks for helping out and not answering about me being a noob.

1
Use Dynamic action for this task.Muhammad Muazzam

1 Answers

2
votes

You can not restrict users what to select from your file browse item but you can give them a "hint". Edit your File Browse item and in the HTML Form Element Attributes add accept="image/*"