Skip to content

VladMl/ml_FileBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Oracle APEX Region Plugin - File Browser

##Changelog
####1.0.0 - Initial Release
####1.1.0 - Compatibility 12c and Apex 5.1.2

##Install

  • Run the database script "db.sql" from source directory.
  • Import the plugin file "region_type_plugin_ml_filebrowser.sql" from source directory into your application
  • Upload files from "server" directory into "Static application files"
  • Run the command under SYSDBA user
    exec dbms_java.grant_permission( '', 'SYS:java.io.FilePermission', '<>', 'read');
  • ORDS
    Remove requestValidationFunction value from the file default.xml
    <entry key="security.requestValidationFunction"></entry>
  • Upload icons (for example https://github.com/teambox/Free-file-icons 48px) through Static Application Files.

##Plugin Settings

  • Directory - Absolute path to initial directory on your database server.

##Plugin Events

##Preview