Hopefully this helps? Thanks again.
use CGI qw/:standard :cgi-lib/;
@date=localtime();
$date[4]++;
$date[5]+=1900;
$date="$date[5]-$date[4]-$date[3]";
%FORM = parse_cgi();
# check required fields param in form if necessary
if ($required_fields_form) {
my $reqfields =...
This is what I have set up to send the form and information. What am I doing wrong here?
my $script_name = 'sendresults.pl';
my $HTML_thankyou = 'http://www.aplaceeeonthenet.com/success.html';
my $to = 'webmaster@aplaceeeonthenet.com';
my $from = 'adude@aplaceeeonthenet.com';
my $mailprog =...
Thanks Travis! Right after I posted here I realized that I had overlooked that. I see the attachment on the server now, however I have yet to figure out why it will not send to my email. Any pointers? Thanks again for your first reply.
The website that I maintain has a very basic form that allows an upload of an attachment, either .doc or .txt using Perl script. After filling the form out, attaching a file and clicking submit I recieve this error: Can't Save File (and points to the folder that I created on the server where the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.