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: Inserting Graphic-file through Web-form

Re: Inserting Graphic-file through Web-form

From: <kevin_n_at_rte-asset.com>
Date: Fri, 24 Apr 1998 13:57:41 -0600
Message-ID: <6hqnb5$1sq$1@nnrp1.dejanews.com>


We are using web pages to load images and HTML pages to our 7.2.3 database for security reasons.

If you have access to the Oracle Web Cartridge Developers Kit CDROM it includes an Oracle written C cartridge called Image Server (ImgSrv).

This is C code that creates a web cartridge that allows loading images into LONG columns. We are using a modified version to load HTML pages with OWS 2.1

It uses the HTML <INPUT TYPE="file"> to allow the selecting of files to be uploaded, and users are familiar with this interface.

Hope this helps.
Kevin
kevin_n_at_rte-asset.com

In article <353E0C1D.4EAA3EF2_at_webhost.co.za>#1/1,   rene_at_webhost.co.za wrote:
>
> Hi again,
>
> Thanks to the help I was given before!!!!!!!! It was VERY helpful.
>
> I am programming an Oracle8 web site which is running on Sun/Solaris,
> and need to give the user the ability to add an image (.gif or.jpg)
> which would be associated with his record. I am programming the whole
> system in Textpad, and hence do not have access to Forms.
>
> I believe I would possibly need to make use of LOB's. I have looked at
> the online Oracle documentation, but the further I read the more
> confusing it all seems. I am HOPING that someone out there has an easy
> answer for me????
>
> The user would need to be able to point to the file on his hard-drive,
> through some browsing utility, and submit it into the Database, live.
> Once again ANY help would be greatly appreciated!!!
>
> Desperately yours :)
> Rene
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Fri Apr 24 1998 - 14:57:41 CDT

Original text of this message

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