Reputation: 99
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.
Upvotes: 0
Views: 2650
Reputation: 1625
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/*"
Upvotes: 2