Hi,
I want to validate my file upload field using liveLalidation 1.3 or (any other live validation script)...
Such as, I want to check file type (such as .jpg, .gif, .png etc). Also want to check file size for bounding it in a limit (such as maximum 150 KB).
And also want to set this field as mandatory.
Is there any option to do this with liveValidation 1.3?
Then please specify how I can...
Search Result
Collapse
4 results in 0.0039 seconds.
Keywords
Members
Tags
-
File field validation using LiveValidation script
-
Radio buttons group and array validation problem
Hello everybody,
This is my first post on this forum and I wish to share with you my problem, hoping that someone has gone through the same problem as I have.
My form looks like this:
Form html code:
Code:<form method="post" action="process.php"> <input type="text" name="fullname"/> <textarea name="message"></textarea>
-
Email Address Validation without using regular expression
Is there any simple way to validate email address without using regular expressions??
Thanks in advance,
Ashwani Sharma -
Yet another form validation question
My site has the form:
header
iframe content (various pages depending upon which nav button the user clicks)
footer
One of the content pages is a contact form that the user fills out.
I'm trying to test it, feeding it goofy data, but the return (which I do believe is coming back false, as expected) isn't resulting in the form being returned so I can see the error div's innerHTML.
It...