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

  • Home
  • SEARCH
  • 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 368447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T13:49:28+00:00 2026-05-12T13:49:28+00:00

Though $.ajax() can be used to do ajax things, I don’t think its fit

  • 0

Though $.ajax() can be used to do ajax things, I don’t think its fit for posting values of a big form.

How would you post a big form (many fields) without entering all them by hand?

  • 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-12T13:49:29+00:00Added an answer on May 12, 2026 at 1:49 pm

    What is your reasoning behind that assumption? POST is designed for transferring larger amounts of data than GET. An AJAX POST request is almost exactly the same as a “normal” POST request, it’s just bundled and handled internally by a browser in a slightly different manner. A couple of headers might be slightly different, but the data is all the same. Why should AJAX fail to handle a “large” form?

    What would you even define as a “large” form anyway?

    Edit: Thanks for the clarification on your question. I understand what you’re asking now, and I see where you’re coming from. For a form with a lot of inputs, it could be a pain to bundle it up into an Ajax request all the time.

    Since you’re using jQuery, there’s an easy solution to this. Check out the serialize() method. You give it a form, and it gives you back a query string of all the form input elements and values which you can pass directly to an ajax request. There’s an example there on the manual page that shows how it’s done.

    All you have to do is this:

    $.ajax({
        data: $("form").serialize(),
        //etc.
    });
    

    where "form" is the id of your form.

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

Sidebar

Related Questions

I'm working on a form upload element that can be used in the Zend
I'm working with the TabContainer control from the Ajax toolkit and even though I
I have a form that I'm submitting through AJAX. The form includes many fields,
i have the following javascript to post a form through ajax without refreshing the
Noobie muddling his way through an Ajax autosuggest form: I've got most of it
I have an asp.net page within which I've used several AJAX controls doing partial
Don't be afraid to use any technical jargon or low-level explanations for things, please.
I have a form with 4 groups of checkboxes used to refine search results.
I have Backbone website. I've used phantomjs so that search engines can look up
Is it possible to create a generic pager (ASCX UserControl) which can be used

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.