Re: FW: Copying a file from local computer to the server

Jim Whitehead wrote:

> In this application the user has a form in the browser, she enters a
> path to the file on her local computer and some data describing this
> file.
> What I need to do on submit action is to send the data from the form and
> copy attached file from the local computer to the proper directory on
> the server.

You don't need (client-side) Java or DAV for this; you just need form-based
file upload.
http://developer.netscape.com/docs/manuals/htmlguid/tags10.htm#1312487

--
/==============================================================\
|John Stracke    | http://www.ecal.com |My opinions are my own.|
|Chief Scientist |=============================================|
|eCal Corp.      |Due to circumstances beyond your control, you|
|francis@ecal.com|are master of your fate, and captain of your |
|                |soul.                                        |
\==============================================================/

Received on Wednesday, 14 February 2001 14:23:42 UTC