Skip to Main Content

APEX

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!

File browse - allowed file types (19.2)

Scott WesleyMar 9 2020 — edited Mar 9 2020

When utilising the File Browse item type in 19.2, I was looking to limit the restriction to CSV and Excel documents.

I would think the following set of 'File Types' should apply

text/csv,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

pastedImage_0.png

However, this seems to ignore the text/csv mime type - I only have .xlsx documents listed.

If I combine other formats, it works fine, for instance

image/png,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

pastedImage_1.png

Even when using just text/csv, it does not seem to honour the file type. Instead, all files are shown (*.*).

Am I doing something wrong?

This post has been answered by Pierre Yotti on Mar 9 2020
Jump to Answer
Comments
Post Details
Added on Mar 9 2020
4 comments
6,194 views