Re: Upload file to database table with OWAS

From: Rainer Bielefeld <Rainer.Bielefeld_at_tui.de>
Date: Wed, 17 Mar 1999 08:53:04 +0100
Message-ID: <36EF5F60.53138B1_at_tui.de>


Hello,

if you use an Oracle 8 Database, you can import binary (or other) data into a BLOB column. For upload you can use the DBMS_LOB Package (see manual). New with Oracle8 is also the BFILE - Datatype (external file in your filesystem). I actually use it to import Images into the database.

    R.Bielefeld

ttol_at_vda.nl wrote:

> Hi,
>
> Just did some research on the subject mentioned above. Using Javascript I
> could capture a filename of an object being dragged to the browser or I could
> ask the user to type in a filename.
>
> But the following step I don't have an answer for yet: how do I upload(?) the
> file to a database table column? This column should be of type RAW preferably,
> but if other datatype(s) are of better use then please comment on that point.
>
> Any help greatly appreciated.
>
> Kind Regards,
> Theo
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Wed Mar 17 1999 - 08:53:04 CET

Original text of this message