When I submit an HTML form I'm not getting a content length environment variable. Here's my HTML: <form name="feedback" method="post" action="cgi-bin/feedback.pl">
The feedback.pl is a perl script that looks at the environment variables. I'm not getting the content length. Any ideas?
Thanks.
The feedback.pl is a perl script that looks at the environment variables. I'm not getting the content length. Any ideas?
Thanks.