主题: 关于《 图片上传》 功能站内浏览图片的问题
作者: Utaoy, 发布日期: 2011-09-22 16:47:21, 浏览数: 4247

原本这个功能处理的php核心文件是file_manager_json.php,现如今我把这里面的内容封装成了一个类,结果点浏览时,一直处在loading状态了,请问这是怎么回事,我把之前的json数据输出和后来的json数据输出对比了一下 发现是一样的,求解释!

 

下面是我的做法:

1. 在 编辑器页面 添加 fileManagerJson : 'index.php?m=admin&c=dir&a=filemanager'; (由于本人使用的是ci框架,故路径为 请求 dir控制器中的filemanager方法)

2.在filemanager中的方法中 echo 这段json数据

3.结果为

{"moveup_dir_path":"","current_dir_path":"","current_url":"\/zwc\/uploads\/","total_count":5,"file_list":[{"is_dir":true,"has_file":true,"filesize":0,"is_photo":false,"filetype":"","filename":"thumb","datetime":"2011-09-22 06:41:21"},{"is_dir":false,"has_file":false,"filesize":131235,"dir_path":"","is_photo":true,"filetype":"jpg","filename":"psu.jpg","datetime":"2011-09-22 06:29:44"},{"is_dir":false,"has_file":false,"filesize":131235,"dir_path":"","is_photo":true,"filetype":"jpg","filename":"psu1.jpg","datetime":"2011-09-22 06:40:07"},{"is_dir":false,"has_file":false,"filesize":131235,"dir_path":"","is_photo":true,"filetype":"jpg","filename":"psu2.jpg","datetime":"2011-09-22 06:41:21"},{"is_dir":false,"has_file":false,"filesize":131235,"dir_path":"","is_photo":true,"filetype":"jpg","filename":"psu3.jpg","datetime":"2011-09-22 07:17:41"}]}

4.发现这个结构内容和 之前 kindeditor自带的file_manager_json文件输出是一样的,那为何现在点击浏览 一直处在loading状态了呢

 

发表新帖 发表回复