Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Read Client File using OAS 3.0&PL/SQL
Hi,
I need to be able to read a file from a client PC
into a PL/SQL procedure via an HTML format. I
have tried using:-
<FORM
enctype="multipart/form-data"
action="try_files.write_info"
method="POST">
<p>File to upload:
<INPUT type="file" name="file"><br>
but, although the webserver picks up the file, I
do not know how to configure the PL/SQL procedure
to accept the contents (I currently use
VARCHAR2s, but the webserver log states that no
procedure matches the arguments)
HELP!
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Thu Jun 17 1999 - 06:55:55 CDT
![]() |
![]() |