Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: To Upload and download LOBs into an Oracle 8.x database using the OAS
If you're talking about uploading a file from a client using a web browser,
the only way I know is to use CGI. What I did is use a Perl script to
retreive
the file from the client and put it in a directory on the server. Then I
used a
stored procedure to suck the file into the database.
"Narasimha Kasibhatla (KN)" wrote:
> Hello:
> I am trying to upload and download LOBs into the database using the OAS.
> The OAS developers guide seems to indicate that uploading and
> downloading the files using the OAS 4.0 is possible. Has anyone done
> this? Is it possible to upload and download lobs into the database
> without using some sort of a CGI?
>
> Thanks,
>
> Narasimha
Received on Sat May 29 1999 - 08:24:51 CDT
![]() |
![]() |