Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. reallygreen

    website Form (Perl script) Error: "Can't Save File"

    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 =...
  2. reallygreen

    website Form (Perl script) Error: "Can't Save File"

    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 =...
  3. reallygreen

    website Form (Perl script) Error: "Can't Save File"

    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.
  4. reallygreen

    website Form (Perl script) Error: "Can't Save File"

    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...

Part and Inventory Search

Back
Top