标签: oracle-apex
我想创建一个表单来将文件(txt,xls)上传到服务器,而不是数据库。
有没有人知道如何做到这一点?
答案 0 :(得分:1)
为了将文件传输到数据库服务器的文件系统,您首先必须upload the file to the database,这听起来像您已经熟悉的那样。从那里,您可以使用UTL_FILE package to write the BLOB to the database server's file system。
UTL_FILE