Can anybody tells me why there is a dialog box at the end of the flow of the code asking to save the file. what i could check ,what is going
public ActionResult JSONRequest(FormCollection form)
{
string a = form["name"];
HttpPostedFileBase upload = Request.Files["file"] as HttpPostedFileBase;
var data = new { name = "aaaa", Success = "Record is Succesfully Saved"}
return Json( data );
}
wrong . This is really very frustating issue
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.