How to upload a file from local client to server using plsql webpage? [message #280145] |
Mon, 12 November 2007 11:22 |
nchiruvolu
Messages: 1 Registered: November 2007
|
Junior Member |
|
|
I have a requirement like this:
Using a client (webpage designed using pl/sql)
I have to upload a file from local machine
to a folder on the database server.
I know how to design the page and also know that
in oracle 9iAS, it can be loaded to a table, but
how can we upload it to a folder? Using WPG_DOCLOAD
we can download the file, but did not find anything
to upload to a folder. How can this be done?
|
|
|
|