Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: To Upload and download LOBs into an Oracle 8.x database using the OAS

Re: To Upload and download LOBs into an Oracle 8.x database using the OAS

From: John M. Heaton <vorkus_at_city-net.com>
Date: Sat, 29 May 1999 09:24:51 -0400
Message-ID: <374FEAA2.5BFCEBA2@city-net.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US