Tuesday, March 8, 2016

AJAX forms in Razor!

This has this example for uploading files!

@using (Ajax.BeginForm("AsyncUpload", "Upload", new AjaxOptions() { HttpMethod =
      "POST" }, new { enctype="multipart/form-data"})) {

No comments:

Post a Comment