Asp.net MVC 实现图片上传剪切(4)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-01 14:20 点击:次
35 'multi': false,
36 'fileDesc': 'jpg,gif',
37 'fileExt': '*.jpg;*.gif',
38 'sizeLimit': '819200',
39 'onComplete': function (event, queueID, fileObj, response, data) {
40 var result = eval('(' + response + ')');
41 if ('0' == result.id) {
44 $('#img-up').remove();
47 $('#img-crop').css("display", "block");
48 /* 绑定图片名称*/
49 var iname = (result.mess).substring((result.mess).lastIndexOf("/") + 1, (result.mess).length);
50 $('#img').val(iname);
51 /* 加载原始图片*/
52 $('#img-preview,#img-uploadify').attr("src", result.mess);
53 /* 加载剪裁插件*/
54 $('#img-uploadify').Jcrop({
55 onChange: updatePreview,
56 onSelect: updatePreview,
57 aspectRatio: 1,
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>