Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7586355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:24:29+00:00 2026-05-30T19:24:29+00:00

this is my form and validation jQuery, but in the UI this show in

  • 0

this is my form and validation jQuery, but in the UI this show in the file upload (multiples) the mensagem “enter no more than 3 characters.”. I think the problem is the property maxlength="3" in the file Field.

How I remove the validation for this field?

        <table cellpadding="0" cellspacing="0" class="main_table">
                <tr>
                    <td class="label">@Resources.Registo.nome</td>
                    <td>@Html.TextBox("FullName", (Model != null ? Model.FullName : string.Empty), new { @class = "width250" })
                        @Html.ValidationMessageFor(model => model.FullName)</td>
                </tr>
                <tr>
                    <td class="label">@Resources.Registo.email</td>
                    <td>@Html.TextBox("Email", (Model != null ? Model.Email : string.Empty), new { @class = "width250" })
                        @Html.ValidationMessageFor(model => model.Email)</td>
                </tr>
                <tr>
                    <td class="label">@Resources.Registo.exemploFotos</td>
                    <td><input type="file" name="fileUpload" class="multi" accept="jpeg|jpg" maxlength="3" /></td>
                </tr>

                <tr><td colspan="2"><a class="button" onclick="$('#FormToValidate').valid() == true ? get_form(this).submit() : false" id="validateAndSubmitBtn" ><span>@Resources.Global.btnSubmit</span></a></td></tr>
         </table>



$().ready(function () {
        // validate signup form on keyup and submit
        $("#FormToValidate").validate({

            rules: {

                FullName: {
                    required: true
                },
                Email: {
                    required: true,
                    email: true
                }
            },
            messages: {
                FullName: {
                    required: "@Resources.Registo.requiredFullName"
                },
                Email: {
                    required: "@Resources.Registo.requiredEmail",
                    email: "@Resources.Registo.emailValid"
                }
            }
        });

    });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:24:31+00:00Added an answer on May 30, 2026 at 7:24 pm

    Try the ignore parameter:

    $("#FormToValidate").validate({
        rules: {
            FullName: {
                required: true
            },
            Email: {
                required: true,
                email: true
            }
        },
        messages: {
            FullName: {
                required: "@Resources.Registo.requiredFullName"
            },
            Email: {
                required: "@Resources.Registo.requiredEmail",
                email: "@Resources.Registo.emailValid"
            }
        },
        ignore: "input[type='file']"
    });
    

    You can use any valid jQuery selector for the parameter should you prefer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using this jQuery Validation script to submit my form(s), but I need some
I am currently using $.blur(fn();) for form validation, but this only takes effect when
I am using this form as a file upload form(as part of a larger
I have a form that uses the excellent jQuery validation plugin. This is a
I am using this form validator (http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/) and am having issues getting it to
I am having problems with jQuery validation of a form. This is my javascript
I'm using this jQuery validation plugin and getting the famous: $(#Form).validate is not a
I have to fix some form validation but there's no jQuery included in the
I coded, global mini form validation for jquery. This here; This code, All form
This is a form validation that will hide the submit button if the input

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.