Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tschf/apex-ajax-upload
https://github.com/tschf/apex-ajax-upload
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/apex-ajax-upload
- Owner: tschf
- License: mit
- Created: 2014-11-28T08:12:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T22:29:26.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T06:33:18.060Z (almost 2 years ago)
- Language: PLSQL
- Size: 313 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APEX AJAX File Upload
================This is a plugin for Oracle Application Express, to be able to upload files (with the ability to upload multiple in one hit) using AJAX.
You can find a demo of this plugin in my sample application: https://apex.oracle.com/pls/apex/f?p=14882:22
Installation
==1. Install the package from src folder
* Import the plugin into your workspace.
* Add an item to your page of type: AJAX File Upload [Plug-in]*You will need to configure the settings specific to your environment as per the following screenshot:
![Item settings](doc/plugin-config.png)
For the optional settings:
* Item Containing Foreign Key: Here set the page item the value that will go into your foreign key column
* Foreign Key Column: The column from `Table Name` that the foreign key should go to
* Region To Refresh: The title of the region that should be refreshed after file uploads have completed. This queries the apex dictionary, so the title should match exactly (and be unique).*This plugin does not support IE