562
565
* \param content_type String, optional. Only applies if method is "POST".
563
566
* May be "application/x-www-form-urlencoded" or "multipart/form-data".
564
567
* Defaults to "application/x-www-form-urlencoded".
567
function ajax_call(app, path, args, method, content_type)
569
function ajax_call(callback, app, path, args, method, content_type)
569
571
if (content_type != "multipart/form-data")
570
572
content_type = "application/x-www-form-urlencoded";