https://github.com/tschf/apex-ajax-upload
https://github.com/tschf/apex-ajax-upload
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tschf/apex-ajax-upload
- Owner: tschf
- License: mit
- Created: 2014-11-28T08:12:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T22:29:26.000Z (over 10 years ago)
- Last Synced: 2025-01-13T11:19:47.722Z (6 months ago)
- Language: PLSQL
- Size: 313 KB
- Stars: 3
- Watchers: 4
- 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:

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