Asp.net MVC 实现图片上传剪切(5)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:20 点击:次
58 onSelect: updateCoords,
59 setSelect: [0, 0, 200, 200]
60 }, function () {
61 var bounds = this.getBounds();
62 boundx = bounds[0];
63 boundy = bounds[1];
64 jcrop_api = this;
65 });
66 } else if ('1' == result.id) {
67 /* 异常信息提示*/
68 alert(result.mess)
69 }
70 }
71 });
72 });
73 </script>
Controller
1 public class CropController : Controller
2 {
3 public ActionResult Index()
4 {
5 return View();
6 }
7
8 [HttpPost]
9 public ActionResult upload(HttpPostedFileBase Filedata)
10 {
11 try
12 {
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>