Re: Limiting form field submission length with perl

2002-02-21 Thread Joshua Hayden
ndrew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 11:57 AM Subject: Limiting form field submission length with perl > I have a form that people are going to be filling out online. I am using > JavaScript on the front-end to validate the fo

Limiting form field submission length with perl

2002-02-21 Thread Hughes, Andrew
I have a form that people are going to be filling out online. I am using JavaScript on the front-end to validate the form. However, for security sake and for my own knowledge, I would like to know how to limit the length of form submissions on my server validation sequence. I don't want to cut