Where can I find a free download applet that enables me to upload files from
a client pc to a web server application.
I'm working with Oracle platform: Developer 2000 (forms 6i) in WEB and I
need to develop a form that enables files upload from the client workstation
to the WEB SERVER.
Please HELP me.
07-03-2002, 10:55 AM
Paul Clapham
Re: Files upload applet
You don't need an applet for that, ordinary HTML works just fine for file
uploads. The hard part is at the server end, and there are a couple of
places where you can get servlet code for file uploads. Here's one:
"Erez Skubach" <java..@127.0.0.1> wrote in message
news:3d20b0c0$1@10.1.10.29...
>
> Where can I find a free download applet that enables me to upload files
from
> a client pc to a web server application.
> I'm working with Oracle platform: Developer 2000 (forms 6i) in WEB and I
> need to develop a form that enables files upload from the client
workstation
> to the WEB SERVER.
>
> Please HELP me.