开发者

postedbasefile always gives null value on mvc teleik grid ajax binding while uploading file

开发者 https://www.devze.com 2023-02-13 03:15 出处:网络
pub开发者_开发技巧lic ActionResult _InsertAjaxEditing(CountryMaster cntry, HttpPostedFileBase postedFile)
pub开发者_开发技巧lic ActionResult _InsertAjaxEditing(CountryMaster cntry, HttpPostedFileBase postedFile)
{
    uploading code
}


Currently you cannot upload files with Ajax requests. I suggest you move to server binding/editing.

By the way we are soon releasing a new Upload component which will help you achieve ajax uploading (well sort of). A beta is on its way.

0

精彩评论

暂无评论...
验证码 换一张
取 消