会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pandait
新随笔
订阅
管理
03 2014 档案
【NopCommerce 3.1】asp.net mvc 利用jQuery from.js上传用户头像
摘要:纯代码不解释。在CusotmerControllers中添加上传方法/// /// ajax上传用户头像 /// /// /// [HttpPost] public string AjaxUploadAvatar(HttpPostedFileBase uploadedFile) { string message = string.Empty; var customer = _workContext.CurrentCustomer; ...
阅读全文
posted @
2014-03-27 10:19
PandaIT
阅读(982)
评论(1)
推荐(1)
公告