| | |
Post Bulk Data In AJAX request
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved
![]() |
I want to pass a large string in ajax request that would be parsed and resultant data is returned by the server. How can I achieve this ?
Is POST method can read a large string from any html element using AJAX ? And if yes than how it is possible?
Thanks In Advance
Is POST method can read a large string from any html element using AJAX ? And if yes than how it is possible?
Thanks In Advance
Ideas are the building blocks of Ideas
Jason Zebehazy
Jason Zebehazy
> How can I achieve this ?
In case of a GET request, the data is embedded in the query string while in case of POST request, it is passed as a argument to the send method of XHR object. Read this.
> Is POST method can read a large string from any html element
> using AJAX ?
You seem pretty confused here; what exactly do you mean by read a string from HTML element using AJAX?
In case of a GET request, the data is embedded in the query string while in case of POST request, it is passed as a argument to the send method of XHR object. Read this.
> Is POST method can read a large string from any html element
> using AJAX ?
You seem pretty confused here; what exactly do you mean by read a string from HTML element using AJAX?
I don't accept change; I don't deserve to live.
•
•
Join Date: Dec 2007
Posts: 113
Reputation:
Solved Threads: 17
refer to the makePOSTRequest on the following page:
http://www.captain.at/howto-ajax-form-post-request.php
http://www.captain.at/howto-ajax-form-post-request.php
I have gone through the above example before. My question is that I want to pass a large no of parameters with the POST request just like
url?paramString=filterBuild&buildId=122_344_533_n_.....
( where "_" is separator Character )
Is it possible to pass a large parameters with the POST request ?
url?paramString=filterBuild&buildId=122_344_533_n_.....
( where "_" is separator Character )
Is it possible to pass a large parameters with the POST request ?
Ideas are the building blocks of Ideas
Jason Zebehazy
Jason Zebehazy
> Is it possible to pass a large parameters with the POST request ?
Ideally yes, since I find no mention of a limit in the HTTP specification. Practically, it depends on both the browser/user agent and the server accepting the request, which again should be enough for your needs. Are you facing any problems as of now?
Ideally yes, since I find no mention of a limit in the HTTP specification. Practically, it depends on both the browser/user agent and the server accepting the request, which again should be enough for your needs. Are you facing any problems as of now?
I don't accept change; I don't deserve to live.
![]() |
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Iterating through HTML table row takes more cpu cycle in IE
- Next Thread: Javascript using regex to fix html tags
| Thread Tools | Search this Thread |
acid2 ajax ajaxcode ajaxexample ajaxhelp ajaxjspservlets animate automatically beta box browser bug captchaformproblem checkbox close codes createrange() css cursor debugger decimal dependent disablefirebug dom download dropdown editor element engine enter error events explorer ext file firefox form forms frameworks getselection google gwt gxt hiddenvalue highlightedword hint html htmlform ie7 ie8 iframe index internet java javascript javascripthelp2020 jawascriptruntimeerror jquery jsf jsp jump listbox maps masterpage math media menu microsoft mp4 object onmouseoutdivproblem onreadystatechange paypal pdf php player position problem programming progressbar prototype redirect regex runtime safari scale scriptlets search security select software sql text textarea unicode w3c window windowofwords windowsxp \n






