File & Image Uploader Pro supports uploading and storing files directly into custom tables and allows you to define the custom columns where file metadata will be saved.
Furthermore, it supports foreign key columns and item definitions. Images will be ready in your table without the need to further manipulate metadata.
In order to implement this functionality, the following settings need to be set:
The following query demonstrates how to retrieve data from a custom table.
select id, fk_id, filename, mime_type, dbms_lob.getlength(blob_content) image from iup_images