mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
check issue #26
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user