On 1/31/06 5:05 AM, "Oren Gozlan" <[EMAIL PROTECTED]> wrote:

> Hi Guys,
> 
> I have a apache server running on Windows server.
> Need to add option to upload file to the server and need help ...
> 
> I have a form to select the file:
> <form method='POST' enctype='multipart/form-data' action='fup.cgi'>
>       File to upload: <input type=file name=upfile><br>
>       <input type=submit value=Press> to upload the file!
> </form>
> 
> Now .. i need the CGI or somthing to upload the file to "c:\temp"

This doesn't really have to do directly with apache server.  It has more to
do with the language that you are using to handle requests.  You will need
to read about how to do uploads in whatever language you are using, be it
php, perl, java, etc.

Sean



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to