ajax

Discuss anything that's related to the Raxan framework

Re: ajax

Postby raymond » Fri Jul 16, 2010 10:15 pm

Hi,

One way to overcome the size limit is to use the POST method. If you're using jQuery you can set the type property to 'POST'

Here's an example from the jQuery website:

$.ajax({
type: "POST",
url: "some.php",
data: "name=John&location=Boston",
success: function(msg){
alert( "Data Saved: " + msg );
}
});

See also http://api.jquery.com/jQuery.ajax/
raymond
Site Admin
 
Posts: 215
Joined: Tue Mar 17, 2009 5:04 am

Return to General Discussions

Who is online

Users browsing this forum: No registered users and 2 guests

cron