ADF Rich Client and operations on BLOB type.
In the last time on OTN forum there was a lot of questions how to upload, download or view files stored in BLOB type in database - obviously using ADF Rich Client application. I created simple demo that shows these operations.
Uploading is implemented as modal popup window.
Table with files has context menu that enables download file from selected row,
or view file - if it's an image.
Attached sample works with following file types:
What you may need to know.
Imlementing file operations you have to remember about:
1. In web.xml file set two context params
2. Declare files uploading on the page, changing one of the params in FORM component
The rest of the solutions depends of your particular requirements.
Get JDeveloper 11 Workspace . After download change extension to .zip
|