APEX to upload a text file and write into a table

One of the web development projects using Oracle APEX I’m working on is to upload the content of a text file in csv format into database. By default, all files using the “File Browse..” element will be uploaded to the “wwv_flow_files” table which has structure as follows: [source language=”sql”] SQL> desc wwv_flow_files Name Type Nullable …

APEX to upload a text file and write into a table Read More »