swfupload 多文件上传问题 [ 新手入门 ]
我安装网址:http://www.yiichina.com/extension/1
上面的步骤操作可是,最后页面上什么也没有啊。而且在火狐上面有个错误提示:
错误: fileQueueError is not defined
源文件:http://localhost/ydemo/admin.php/test
怎么回事啊。有人成功没有啊?
共 9 条回复
-
<?php $this->widget('application.extensions.swfupload.CSwfUpload', array( 'jsHandlerUrl'=>Yii::app()->baseUrl.'/css/handlers.js', //页面不显示关键是这里。。 你看看你的js路径对不对。 我的放在根目录下的 css文件夹里 'postParams'=>array(), 'config'=>array( 'use_query_string'=>true, 'upload_url'=>Yii::app()->createUrl('/school/subject/upload'), 'file_size_limit'=>'2 MB', 'file_types'=>'*.jpg;*.png;*.gif', 'file_types_description'=>'Image Files', 'file_upload_limit'=>0, 'file_queue_error_handler'=>'js:fileQueueError', 'file_dialog_complete_handler'=>'js:fileDialogComplete', 'upload_progress_handler'=>'js:uploadProgress', 'upload_error_handler'=>'js:uploadError', 'upload_success_handler'=>'js:uploadSuccess', 'upload_complete_handler'=>'js:uploadComplete', 'custom_settings'=>array('upload_target'=>'divFileProgressContainer'), 'button_placeholder_id'=>'swfupload', 'button_width'=>240, 'button_height'=>32, 'button_text'=>'<span class="button">请选择要上传的文件(Max 2 MB)</span>', 'button_text_style'=>'.button { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14pt; text-align: center; }', 'button_text_top_padding'=>0, 'button_text_left_padding'=>0, 'button_window_mode'=>'js:SWFUpload.WINDOW_MODE.TRANSPARENT', 'button_cursor'=>'js:SWFUpload.CURSOR.HAND', ), ) ); ?>
共 1 条回复 -
kevinlin0812 回复于 2012-11-24 19:58 举报
Undefined index: Filedata
显示这样的错误,请问哪出现问题了
-
kevinlin0812 回复于 2012-11-24 20:00 举报
能把你的 control 的代码贴出来看看吗,我也遇到同样的问题,但是还没解决
huadie
注册时间:2011-08-04
最后登录:2014-09-13
在线时长:0小时20分
最后登录:2014-09-13
在线时长:0小时20分
- 粉丝0
- 金钱165
- 威望0
- 积分165