Multiple file upload
j4johnDec 5 2008 — edited Jan 19 2009Hello folks.
I want to allow users to upload multiple files in one operation (by selecting multiple files in the browse dialog). I've no doubt others do too.
Yahoo seem to have a good candidate:
http://developer.yahoo.com/yui/examples/uploader/uploader-advanced-queue.html
One could use their code, or re-engineer to remove the dependency on Yahoo, and share the solution with the Apex community.
The browser side all looks fine, BUT I don't know how to perform the upload itself. Could anyone (from dev?) help me out with what Apex actually does to upload a file into WWV_FLOW_FILES?
Many thanks
jd