Here’s my return code:
return Json(new { success = success, message = message }, JsonRequestBehavior.AllowGet);
And i always get a “(” and “pre” tag before and after the json (stackoverflow does not allow me to write the tag pre directly).
Im using ExtJS to send the request, anyone can help?
take a look a this post, here is the reason of the pre tag.
http://www.sencha.com/forum/showthread.php?17248-lt-pre-gt-json-lt-pre-gt-in-File-upload-response-(FF-only)