
October 3rd, 2000, 08:13 AM
|
|
Junior Member
|
|
Join Date: Jul 2000
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
hi,
i have a cgi-script that is suppose to decode a mime-message and write it to a temporary file.
It runs well at the prompt but when i try it through the browser it does not write to the file. I've set debug like this:
unless (open (EP,"/var/tmp/message.msg")) {
print "Cannot access file";
}
and the browser returs Cannot return file.
Can anynone please tell me how to write to a file on the hard disk from the cgi script.
Its really urgent thank you;
|