RE: [INTERFACES] Upload...

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Robson Martins'" <robson(at)netalfa(dot)com(dot)br>, pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] Upload...
Date: 1999-07-14 06:55:09
Message-ID: 1B3D5E532D18D311861A00600865478CA0A0@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I don't think this is possible with an Applet, due to it being kept in a
sandbox within the browser.
 
However, you can using html forms upload a file (using <input type=file
name=name>) and then using a cgi script, which could be either Java,
Perl, etc.
 

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Robson Martins [mailto:robson(at)netalfa(dot)com(dot)br]
Sent: 13 July 1999 21:12
To: pgsql-interfaces
Subject: [INTERFACES] Upload...

Hello everybody...
Anybody know or have any .java or how to make one to work on a web form,
that allow the user upload a file, in my case a .gif or .jpg, and this
image be placed on a database (postgres), my problem is the upload.
If anybody can help me i really would like.
Hugs...Robson ( robson(at)netalfa(dot)com(dot)br )

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ken J. Wright 1999-07-14 07:20:30 temp table problem
Previous Message Robson Martins 1999-07-13 20:12:24 Upload...