>
>Assuming your using CGI.pm (and you really do want to for this sort of
>thing, IMHO) all you should need to add to your CGI is:
> use CGI qw(:standard);
> my $cgi = new CGI;
> my $picture = $cgi->upload('forms_file_field_name');
> &Error("no file?") unless defined $picture; # your &Error
Also, the HTML <FORM> element that contains the file-upload input widget needs
to include this attribute:
ENCTYPE="multipart/form-data"
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm