Re: [EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread Matt Weston
Oren, There are lots of scripts available for download on the internet if you look hard enough. We use the Upload Plus utility from PerlscriptsJavaScript.com. Our script uploads a file to one of our servers and emails the sender, recipient, and our Departmental Supervisor. Hope this helps.

Re: [EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread Sean Davis
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: > > File to upload: >to upload the file! > >

Re: [EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread gerard such
See apache - (modperl) - libapreq module. As far as i know (and i use it for it), it is the only(?) way you have to upload files. However, i also thing that CGI.pm (which i don't use) also allows you to upload a file ... 2006/1/31, Oren Gozlan <[EMAIL PROTECTED]>: Hi Guys,I have a apache server run

RE: [EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread Boyle Owen
> -Original Message- > From: Oren Gozlan [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 31. Januar 2006 11:05 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] newbe question - File upload howto > > Hi Guys, > > I have a apache server running on Windows s

[EMAIL PROTECTED] newbe question - File upload howto

2006-01-31 Thread Oren Gozlan
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: File to upload: to upload the file! Now .. i need the CGI or somthing to upload the file to "c:\temp" Help .. Oren