45
45
/* Call the server and perform the action. This mutates the server. */
46
response = call_ajax("fileservice", path, args, "POST", content_type);
46
response = ajax_call("fileservice", path, args, "POST", content_type);
47
47
/* Check for action errors reported by the server, and report them to the
50
52
/* Now read the response and set up the page accordingly */
51
53
handle_response(path, response);