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 :)