in reply to Upload a file from a web form

Are you certain you have the proper permissions on /usr/local/web/users/feedback? Try this:

open (OUTFILE,">>/usr/local/web/users/feedback") or die "Error trying +to open outfile: $!";

Hope this helps.

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1

Replies are listed 'Best First'.
Re: Re: Upload a file from a web form
by bodmin (Sexton) on Jul 09, 2003 at 09:42 UTC
    Yep, tried that, don't get any errors. The file is created, however its size is zero.