Sean Davis wrote:
I am writing a file (created using File::Temp) to a directory in my
webserver documents directory.  I cannot access it from my script
afterwards.  It is a graphic created by the script that I then
want to display in an html page.

I don't believe you when you say that you cannot access it from *your script*. You probably mean that the web server doesn't let you display it via an <img> tag on a HTML page, which is quite another thing.

Everything works except that I get an error that I don't have
access to the file.

Exactly what does the error message say? What's the file's permissions? (644 required, I suppose.)

Btw, exactly where is the file located?

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to