给CKEditor自定义一个上传文件图片的插件,因为有时候CKFinder并不能满足我们的需求,因为CKFinder不支持JSP.
|----xxxxxxxxxx
|        |----editor.html
|        |----upload-file.php
|        |----ckeditor
|        |        |----plugins
|        |        |        |----fileuploader
|        |        |        |        |----plugin.js
|        |        |        |        |----css
|        |        |        |        |        |----dialog.css
|        |        |        |        |----dialogs
|        |        |        |        |----images
|        |        |        |        |        |----close.png
|        |        |        |        |        |----toolbar-btn.png
|        |----js
|        |        |----util.js
|        |        |----lib
|        |        |        |----ajaxupload.js
|        |        |        |----jquery.js
|        |----uploads
