$('#editorContainer').xheditor({
tools: 'full',
skin: 'o2007silver',
showBlocktag: true,
internalScript: false,
internalStyle: false,
width: 800,
height: 200,
forcePtag: true,
fullscreen: false,
sourceMode: false, //true(源代码模式),false(编辑模式)
upImgUrl:"/Home/Upload", 此为action
upImgExt: "jpg,jpeg,gif,png"
});
这样写,还需要什么
public ContentResult Upload(HttpPostedFileBase context)
我在action接收不到,context是null
已经找到问题所在了
mvc项目中使用xheditor编辑器上传图片问题
答案:2 悬赏:40 手机版
解决时间 2021-01-30 14:28
- 提问者网友:聂風
- 2021-01-30 11:25
最佳答案
- 五星知识达人网友:一把行者刀
- 2021-01-30 12:33
如果你是Post方式提交,这样写
[HttpPost]
public ContentResult Upload(FormCollection fc)
Get方式提交
public ContentResult Upload()
{
Request.Files["filename"].saveAs("saveFilePath");
}
[HttpPost]
public ContentResult Upload(FormCollection fc)
Get方式提交
public ContentResult Upload()
{
Request.Files["filename"].saveAs("saveFilePath");
}
全部回答
- 1楼网友:走死在岁月里
- 2021-01-30 12:50
在这里 window——animation editors——graph editor 可以赵东啊
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯