accessing local files from cgi

2002-11-05 Thread extern . Lars . Oeschey
Hi, I have a question regarding a cgi I'm about to write. The cgi shall take some user entries from a form and write them into a text file on a mapped network drive. Is there any possible way to do that? I would think that if I do a open OUTFILE, M:\somepath\textfile the server would use it's M:

RE: accessing local files from cgi

2002-11-05 Thread Haimov, Eugene
that helps, Eugene Haimov -Original Message- From: [EMAIL PROTECTED] [mailto:extern.Lars.Oeschey;audi.de] Sent: Tuesday, November 05, 2002 6:18 AM To: [EMAIL PROTECTED] Subject: accessing local files from cgi Hi, I have a question regarding a cgi I'm about to write. The cgi shall take

Re: accessing local files from cgi

2002-11-05 Thread Jenda Krynicky
From: [EMAIL PROTECTED] I have a question regarding a cgi I'm about to write. The cgi shall take some user entries from a form and write them into a text file on a mapped network drive. Is there any possible way to do that? I would think that if I do a open OUTFILE,