On 1/31/06 5:05 AM, "Oren Gozlan" <oreng@xxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx