I want to restrict the files seen by the Apex (5.1) File Browse to only CSV files. I am scratching my head on this one as when I set the mime type attribute to mime/csv I get all files. I have tried other mime types text/*
, image/*
they work as intended, I only see files these types of files. When I do upload CSV files Oracle sets the mime_type field in apex_application_temp_files to text/csv so this is internally recognised. I also have the multi-file select option set.
What am I doing wrong? If this is actually is a bug is there a work around?
Thanks
Bob
Oracle 12c DB, Tomcat, Chrome