check issue #26

This commit is contained in:
yubaolee
2017-03-06 17:02:50 +08:00
parent efbb69cc1f
commit 3f5eece334
3 changed files with 78 additions and 2 deletions

View File

@@ -1371,8 +1371,8 @@ $.fn.frmPreview = function (options)
function fuploadify(control_field,btnName) {
$("#" + control_field).uploadify({
method: 'post',
uploader: '/FlowManage/FormDesign/UploadifyFile',
swf: top.contentPath + '/Content/scripts/plugins/uploadify/uploadify.swf',
uploader: '/FlowManage/File/Upload',
swf: '/Content/scripts/plugins/uploadify/uploadify.swf',
buttonText: btnName,
height: 30,
width: 90,