$('#file_upload').uploadify ({
'width': 109,
'height': 30,
'buttonText': '图片上传',
'swf': '/uploadify/uploadify.swf',
'uploader': imageUploadUrl,
'fileObjName': 'files',
'fileTypeExts': '.jpg;.jpeg;.png;.gif',
'fileSizeLimit': '2MB',
'overrideEvents': ['onSelectError', 'onDialogClose'],
1
hippoboy OP |
2
breeswish 2015-08-29 09:34:07 +08:00
|
4
varrily 2015-08-29 11:47:44 +08:00
为什么不用 html5 的 uploadify
|