insert multiple files from a single form
166708Aug 23 2005 — edited Jul 12 2011i'm trying to create a form to allow users to upload and attribute 10 image files at once to a single table. i followed the howto document:
http://www.oracle.com/technology/products/database/htmldb/howtos/tabular_form.html#MANUAL
and was able to create a form w/ten blank rows for insertion. however, the htmldb_item package that is used to write out the form controls does not provide an api to write out a file browse form control. is there another api i can use? if not is there a known kludge?