...
|
...
|
@@ -77,7 +77,7 @@ function initSwfUpload(btnId, options) { |
|
|
}
|
|
|
|
|
|
setDefaultValue('flash_url',
|
|
|
'http://static.yohobuy.com/admin/js/swfupload/swfupload.swf');
|
|
|
'https://static.yohobuy.com/admin/js/swfupload/swfupload.swf');
|
|
|
setDefaultValue('upload_url', 'http://upload.yohobuy.com');
|
|
|
setDefaultValue('file_post_name', 'Filedata');
|
|
|
setDefaultValue('file_size_limit', '2 MB');
|
...
|
...
|
@@ -86,7 +86,7 @@ function initSwfUpload(btnId, options) { |
|
|
setDefaultValue('file_upload_limit', file_upload_limit);
|
|
|
setDefaultValue('file_queue_limit', 0);
|
|
|
setDefaultValue('button_image_url',
|
|
|
'http://static.yohobuy.com/admin/images/btn_swfupload.png');
|
|
|
'https://static.yohobuy.com/admin/images/btn_swfupload.png');
|
|
|
setDefaultValue('button_width', '104');
|
|
|
setDefaultValue('button_height', '20');
|
|
|
setDefaultValue('button_text', '<span class="btn_upload_xzzp">选择本地照片</span>');
|
...
|
...
|
|