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

Home -> Community -> Usenet -> c.d.o.server -> Re: HTTP File Upload in PL/SQL

Re: HTTP File Upload in PL/SQL

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 1998/01/24
Message-ID: <34cd5129.33246966@192.86.155.100>#1/1

the official owa cartridge doesn't do this. There exists a replacement type cartridge you can get from http://govt.us.oracle.com/ under downloadable utilities that does this among some other things. its not supported officially or anything but you get the source code so you can see what it does...

On 23 Jan 1998 22:10:21 GMT, Adam W. Dace <awd_at_enteract.com> wrote:

>Hello everyone!
>
>We currently have a perl program handling our file upload operations, and,
>in the spirit of integration, we wish to rewrite the code in PL/SQL.
>
>The problem is, I'm hard pressed to find any reference to HTTP Upload on
>Oracle's Support website, and am hoping someone out there has
>done this before.
>
>For those of you who don't know what I'm talking about,
>here's some relevant, but shortened HTML:
>
>
><form method="POST" action="/cgi-bin/file_upload.cgi"
> enctype="multipart/form-data">
><input type="file" size="25" name="filename">
><input type="reset" value="Reset">
><input type="submit" name="submit" value="Process File">
></form>
>
>Now, assuming one changes the 'action' to point to a OWS-driver PL/SQL
>procedure, it should be possible, somehow, to receive the file on the
>server side of things.
>
>Does anyone know how to do this, or where I might find this information?
>
>Any tips would be greatly appreciated.
>
>Regards,
>
>Adam W. Dace <awd_at_fastparts.com>
>Software Programmer
>FastParts, Inc.
 

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Bethesda MD  

http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Sat Jan 24 1998 - 00:00:00 CST

Original text of this message

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