in reply to Re: Re: Using MIME::Lite
in thread Using MIME::Lite

When running the script with CGI::Carp I got this error...


Software error:
/u619/be/bon/uploads/main.jpg : not readable

Replies are listed 'Best First'.
Re: Re: Re: Re: Using MIME::Lite
by Fastolfe (Vicar) on Jul 17, 2002 at 01:11 UTC
    Your CGI script is probably running as a web user with insufficient privileges to read arbitrary files on this system. Contact your system administrator for help in making these files readable to your CGI script. If you have access to these files, consider changing permissions of the files so that they are world-readable. [chmod] 0644 $filename should be sufficient.