...
|
...
|
@@ -803,7 +803,7 @@ define('yohood', function(require, exports) { |
|
|
$("#upload-file").uploadify({
|
|
|
height: 30,
|
|
|
multi: false,
|
|
|
fileTypeExts: '*.gif; *.jpg; *.png; *.pdf; *.rar; *.doc; *.xlsx; *.ppt, *.zip',
|
|
|
fileTypeExts: '*.gif; *.jpg; *.png; *.pdf; *.rar; *.doc; *.xlsx; *.ppt; *.zip;*.pptx;*.docx;*.xls',
|
|
|
buttonText: ($("#upload-file").attr("lang") == 'en') ? 'upload' : '上传文件',
|
|
|
swf: '/../uploadify.swf',
|
|
|
uploader: '/onlinereg/uploadfile',
|
...
|
...
|
|