在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → ckfinder_asp_2.4.1

ckfinder_asp_2.4.1

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.92M
  • 下载次数:1
  • 浏览次数:53
  • 发布时间:2021-12-09
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
ckfinder asp版,结合ckeditor实现图片上传功能
【实例截图】
【核心代码】
4744302543358783360.zip
└── ckfinder
├── changelog.txt
├── ckfinder.asp
├── ckfinder.html
├── ckfinder.js
├── ckfinder_v1.js
├── config.asp
├── config.js
├── core
│   └── connector
│   └── asp
│   ├── CommandHandler
│   │   ├── commandHandlerBase.asp
│   │   ├── CopyFiles.asp
│   │   ├── CreateFolder.asp
│   │   ├── DeleteFiles.asp
│   │   ├── DeleteFolder.asp
│   │   ├── DownloadFile.asp
│   │   ├── FileUpload.asp
│   │   ├── GetFiles.asp
│   │   ├── GetFolders.asp
│   │   ├── init.asp
│   │   ├── MoveFiles.asp
│   │   ├── QuickUpload.asp
│   │   ├── RenameFile.asp
│   │   ├── RenameFolder.asp
│   │   ├── Thumbnail.asp
│   │   └── XmlCommandHandlerBase.asp
│   ├── connector.asp
│   ├── Core
│   │   ├── AccessControlConfig.asp
│   │   ├── Config.asp
│   │   ├── Connector.asp
│   │   ├── Factory.asp
│   │   ├── FolderHandler.asp
│   │   ├── hooks.asp
│   │   ├── ImagesConfig.asp
│   │   ├── ResourceTypeConfig.asp
│   │   ├── ThumbnailsConfig.asp
│   │   └── Xml.asp
│   ├── ErrorHandler
│   │   ├── Base.asp
│   │   ├── errors.asp
│   │   ├── FileUpload.asp
│   │   ├── http.asp
│   │   └── QuickUpload.asp
│   ├── lang
│   │   ├── bg.xml
│   │   ├── ca.xml
│   │   ├── cs.xml
│   │   ├── cy.xml
│   │   ├── da.xml
│   │   ├── de.xml
│   │   ├── el.xml
│   │   ├── en.xml
│   │   ├── eo.xml
│   │   ├── es-mx.xml
│   │   ├── es.xml
│   │   ├── et.xml
│   │   ├── fa.xml
│   │   ├── fi.xml
│   │   ├── fr.xml
│   │   ├── gu.xml
│   │   ├── he.xml
│   │   ├── hi.xml
│   │   ├── hr.xml
│   │   ├── hu.xml
│   │   ├── it.xml
│   │   ├── ja.xml
│   │   ├── lt.xml
│   │   ├── lv.xml
│   │   ├── nb.xml
│   │   ├── nl.xml
│   │   ├── nn.xml
│   │   ├── no.xml
│   │   ├── pl.xml
│   │   ├── pt-br.xml
│   │   ├── ro.xml
│   │   ├── ru.xml
│   │   ├── sk.xml
│   │   ├── sl.xml
│   │   ├── sr.xml
│   │   ├── sv.xml
│   │   ├── tr.xml
│   │   ├── vi.xml
│   │   ├── zh-cn.xml
│   │   └── zh-tw.xml
│   ├── loopback.aspx
│   ├── Utils
│   │   ├── FileSystem.asp
│   │   ├── Image.asp
│   │   ├── Netrube_upload.asp
│   │   ├── RegExp.asp
│   │   ├── sha1.asp
│   │   ├── Time.asp
│   │   ├── Translator.asp
│   │   └── xmlNode.asp
│   └── zipLoopback.aspx
├── help
│   ├── cs
│   │   ├── files
│   │   │   ├── 001.html
│   │   │   ├── 002.html
│   │   │   ├── 003.html
│   │   │   ├── 004.html
│   │   │   ├── 005.html
│   │   │   ├── 006.html
│   │   │   ├── 007.html
│   │   │   ├── 008.html
│   │   │   ├── 009.html
│   │   │   ├── 010.html
│   │   │   ├── 011.html
│   │   │   ├── 012.html
│   │   │   ├── 013.html
│   │   │   ├── 014.html
│   │   │   ├── 015.html
│   │   │   ├── header.html
│   │   │   ├── license.html
│   │   │   ├── suggestions.html
│   │   │   └── toc.html
│   │   └── index.html
│   ├── en
│   │   ├── files
│   │   │   ├── 001.html
│   │   │   ├── 002.html
│   │   │   ├── 003.html
│   │   │   ├── 004.html
│   │   │   ├── 005.html
│   │   │   ├── 006.html
│   │   │   ├── 007.html
│   │   │   ├── 008.html
│   │   │   ├── 009.html
│   │   │   ├── 010.html
│   │   │   ├── 011.html
│   │   │   ├── 012.html
│   │   │   ├── 013.html
│   │   │   ├── 014.html
│   │   │   ├── 015.html
│   │   │   ├── header.html
│   │   │   ├── license.html
│   │   │   ├── suggestions.html
│   │   │   └── toc.html
│   │   └── index.html
│   ├── es
│   │   ├── files
│   │   │   ├── 001.html
│   │   │   ├── 002.html
│   │   │   ├── 003.html
│   │   │   ├── 004.html
│   │   │   ├── 005.html
│   │   │   ├── 006.html
│   │   │   ├── 007.html
│   │   │   ├── 008.html
│   │   │   ├── 009.html
│   │   │   ├── 010.html
│   │   │   ├── 011.html
│   │   │   ├── 012.html
│   │   │   ├── 013.html
│   │   │   ├── header.html
│   │   │   ├── images
│   │   │   │   ├── 001.png
│   │   │   │   ├── 002.gif
│   │   │   │   ├── 003.gif
│   │   │   │   ├── 004.png
│   │   │   │   ├── 005.png
│   │   │   │   ├── 006.png
│   │   │   │   ├── 007.png
│   │   │   │   ├── 008.png
│   │   │   │   ├── 009.png
│   │   │   │   ├── 010.gif
│   │   │   │   ├── 011.png
│   │   │   │   ├── 012.png
│   │   │   │   ├── 013.png
│   │   │   │   ├── 014.gif
│   │   │   │   ├── 015.gif
│   │   │   │   ├── 016.gif
│   │   │   │   ├── 017.gif
│   │   │   │   ├── 018.png
│   │   │   │   ├── 019.png
│   │   │   │   └── 020.png
│   │   │   ├── license.html
│   │   │   ├── suggestions.html
│   │   │   └── toc.html
│   │   └── index.html
│   ├── es-mx
│   │   ├── files
│   │   │   ├── 001.html
│   │   │   ├── 002.html
│   │   │   ├── 003.html
│   │   │   ├── 004.html
│   │   │   ├── 005.html
│   │   │   ├── 006.html
│   │   │   ├── 007.html
│   │   │   ├── 008.html
│   │   │   ├── 009.html
│   │   │   ├── 010.html
│   │   │   ├── 011.html
│   │   │   ├── 012.html
│   │   │   ├── 013.html
│   │   │   ├── header.html
│   │   │   ├── images
│   │   │   │   ├── 001.png
│   │   │   │   ├── 002.gif
│   │   │   │   ├── 003.gif
│   │   │   │   ├── 004.png
│   │   │   │   ├── 005.png
│   │   │   │   ├── 006.png
│   │   │   │   ├── 007.png
│   │   │   │   ├── 008.png
│   │   │   │   ├── 009.png
│   │   │   │   ├── 010.gif
│   │   │   │   ├── 011.png
│   │   │   │   ├── 012.png
│   │   │   │   ├── 013.png
│   │   │   │   ├── 014.gif
│   │   │   │   ├── 015.gif
│   │   │   │   ├── 016.gif
│   │   │   │   ├── 017.gif
│   │   │   │   ├── 018.png
│   │   │   │   ├── 019.png
│   │   │   │   └── 020.png
│   │   │   ├── license.html
│   │   │   ├── suggestions.html
│   │   │   └── toc.html
│   │   └── index.html
│   ├── fi
│   │   ├── files
│   │   │   ├── 001.html
│   │   │   ├── 002.html
│   │   │   ├── 003.html
│   │   │   ├── 004.html
│   │   │   ├── 005.html
│   │   │   ├── 006.html
│   │   │   ├── 007.html
│   │   │   ├── 008.html
│   │   │   ├── 009.html
│   │   │   ├── 010.html
│   │   │   ├── 011.html
│   │   │   ├── 012.html
│   │   │   ├── 013.html
│   │   │   ├── header.html
│   │   │   ├── images
│   │   │   │   ├── 001.gif
│   │   │   │   ├── 002.gif
│   │   │   │   ├── 003.gif
│   │   │   │   ├── 004.gif
│   │   │   │   ├── 005.gif
│   │   │   │   ├── 006.gif
│   │   │   │   ├── 007.gif
│   │   │   │   ├── 008.gif
│   │   │   │   ├── 009.gif
│   │   │   │   ├── 010.gif
│   │   │   │   ├── 011.gif
│   │   │   │   ├── 012.gif
│   │   │   │   ├── 013.gif
│   │   │   │   ├── 014.gif
│   │   │   │   ├── 015.gif
│   │   │   │   ├── 016.gif
│   │   │   │   ├── 017.gif
│   │   │   │   ├── 018.gif
│   │   │   │   ├── 019.gif
│   │   │   │   └── 020.gif
│   │   │   ├── license.html
│   │   │   ├── suggestions.html
│   │   │   └── toc.html
│   │   └── index.html
│   ├── files
│   │   ├── images
│   │   │   ├── 002.gif
│   │   │   ├── 003.gif
│   │   │   ├── CKFinder_basket_clear.png
│   │   │   ├── CKFinder_basket_drag.png
│   │   │   ├── CKFinder_basket_empty.png
│   │   │   ├── CKFinder_basket_file_menu.png
│   │   │   ├── CKFinder_basket_remove.png
│   │   │   ├── CKFinder_file_already_exists.png
│   │   │   ├── CKFinder_file_copied.png
│   │   │   ├── CKFinder_file_delete.png
│   │   │   ├── CKFinder_file_display_01.png
│   │   │   ├── CKFinder_file_display_02.png
│   │   │   ├── CKFinder_file_display_03.png
│   │   │   ├── CKFinder_file_display_04.png
│   │   │   ├── CKFinder_file_drag_copy.png
│   │   │   ├── CKFinder_file_drag_move.png
│   │   │   ├── CKFinder_file_menu.png
│   │   │   ├── CKFinder_file_moved.png
│   │   │   ├── CKFinder_file_pane.png
│   │   │   ├── CKFinder_file_rename.png
│   │   │   ├── CKFinder_file_resize_both.png
│   │   │   ├── CKFinder_file_resize_new.png
│   │   │   ├── CKFinder_file_resize_overwrite.png
│   │   │   ├── CKFinder_file_resize.png
│   │   │   ├── CKFinder_file_resize_resized.png
│   │   │   ├── CKFinder_file_resize_thumbnails.png
│   │   │   ├── CKFinder_file_select_hovered.png
│   │   │   ├── CKFinder_file_select_selected.png
│   │   │   ├── CKFinder_file_select_unselected.png
│   │   │   ├── CKFinder_file_view_list.png
│   │   │   ├── CKFinder_file_view_thumbnails.png
│   │   │   ├── CKFinder_folder_collapse.png
│   │   │   ├── CKFinder_folder_copied_from_basket.png
│   │   │   ├── CKFinder_folder_delete.png
│   │   │   ├── CKFinder_folder_expand.png
│   │   │   ├── CKFinder_folder_loading.png
│   │   │   ├── CKFinder_folder_menu.png
│   │   │   ├── CKFinder_folder_moved_from_basket.png
│   │   │   ├── CKFinder_folder_new.png
│   │   │   ├── CKFinder_folder_pane.png
│   │   │   ├── CKFinder_folder_rename.png
│   │   │   ├── CKFinder_folder_select.png
│   │   │   ├── CKFinder_interface.png
│   │   │   ├── CKFinder_menu_arrow.png
│   │   │   ├── CKFinder_menu_arrows.png
│   │   │   ├── CKFinder_resize_lock.png
│   │   │   ├── CKFinder_resize_reset.png
│   │   │   ├── CKFinder_resize_unlock.png
│   │   │   ├── CKFinder_settings.png
│   │   │   ├── CKFinder_status_empty.png
│   │   │   ├── CKFinder_status_file.png
│   │   │   ├── CKFinder_status_folder.png
│   │   │   ├── CKFinder_toolbar_help.png
│   │   │   ├── CKFinder_toolbar.png
│   │   │   ├── CKFinder_toolbar_refresh.png
│   │   │   ├── CKFinder_upload_01.png
│   │   │   ├── CKFinder_upload_03.png
│   │   │   ├── CKFinder_upload_04.png
│   │   │   ├── CKFinder_upload_09.png
│   │   │   └── CKFinder_upload_10.png
│   │   └── other
│   │   ├── help.css
│   │   └── help.js
│   ├── lt
│   │   ├── files
│   │   │   ├── 001.html
│   │   │   ├── 002.html
│   │   │   ├── 003.html
│   │   │   ├── 004.html
│   │   │   ├── 005.html
│   │   │   ├── 006.html
│   │   │   ├── 007.html
│   │   │   ├── 008.html
│   │   │   ├── 009.html
│   │   │   ├── 010.html
│   │   │   ├── 011.html
│   │   │   ├── 012.html
│   │   │   ├── 013.html
│   │   │   ├── header.html
│   │   │   ├── images
│   │   │   │   ├── 001.gif
│   │   │   │   ├── 002.gif
│   │   │   │   ├── 003.gif
│   │   │   │   ├── 004.gif
│   │   │   │   ├── 005.gif
│   │   │   │   ├── 006.gif
│   │   │   │   ├── 007.gif
│   │   │   │   ├── 008.gif
│   │   │   │   ├── 009.gif
│   │   │   │   ├── 010.gif
│   │   │   │   ├── 011.gif
│   │   │   │   ├── 012.gif
│   │   │   │   ├── 013.gif
│   │   │   │   ├── 014.gif
│   │   │   │   ├── 015.gif
│   │   │   │   ├── 016.gif
│   │   │   │   ├── 017.gif
│   │   │   │   ├── 018.gif
│   │   │   │   ├── 019.gif
│   │   │   │   └── 020.gif
│   │   │   ├── license.html
│   │   │   ├── suggestions.html
│   │   │   └── toc.html
│   │   └── index.html
│   └── pl
│   ├── files
│   │   ├── 001.html
│   │   ├── 002.html
│   │   ├── 003.html
│   │   ├── 004.html
│   │   ├── 005.html
│   │   ├── 006.html
│   │   ├── 007.html
│   │   ├── 008.html
│   │   ├── 009.html
│   │   ├── 010.html
│   │   ├── 011.html
│   │   ├── 012.html
│   │   ├── 013.html
│   │   ├── 014.html
│   │   ├── 015.html
│   │   ├── header.html
│   │   ├── license.html
│   │   ├── suggestions.html
│   │   └── toc.html
│   └── index.html
├── install.txt
├── lang
│   ├── bg.js
│   ├── ca.js
│   ├── cs.js
│   ├── cy.js
│   ├── da.js
│   ├── de.js
│   ├── el.js
│   ├── en.js
│   ├── eo.js
│   ├── es.js
│   ├── es-mx.js
│   ├── et.js
│   ├── fa.js
│   ├── fi.js
│   ├── fr.js
│   ├── gu.js
│   ├── he.js
│   ├── hi.js
│   ├── hr.js
│   ├── hu.js
│   ├── it.js
│   ├── ja.js
│   ├── lt.js
│   ├── lv.js
│   ├── nb.js
│   ├── nl.js
│   ├── nn.js
│   ├── no.js
│   ├── pl.js
│   ├── pt-br.js
│   ├── ro.js
│   ├── ru.js
│   ├── sk.js
│   ├── sl.js
│   ├── sr.js
│   ├── sv.js
│   ├── _translationstatus.txt
│   ├── tr.js
│   ├── vi.js
│   ├── zh-cn.js
│   └── zh-tw.js
├── license.txt
├── plugins
│   ├── dummy
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   └── pl.js
│   │   └── plugin.js
│   ├── fileeditor
│   │   ├── codemirror
│   │   │   ├── lib
│   │   │   │   ├── codemirror.css
│   │   │   │   └── codemirror.js
│   │   │   ├── LICENSE
│   │   │   └── mode
│   │   │   ├── clike
│   │   │   │   └── clike.js
│   │   │   ├── css
│   │   │   │   └── css.js
│   │   │   ├── htmlmixed
│   │   │   │   └── htmlmixed.js
│   │   │   ├── javascript
│   │   │   │   └── javascript.js
│   │   │   └── xml
│   │   │   └── xml.js
│   │   ├── plugin.asp
│   │   └── plugin.js
│   ├── flashupload
│   │   ├── flash
│   │   │   └── Uploader.swf
│   │   └── Uploader.html
│   ├── gallery
│   │   └── colorbox
│   │   ├── colorbox.css
│   │   ├── images
│   │   │   ├── border.png
│   │   │   ├── controls.png
│   │   │   ├── ie6
│   │   │   │   ├── borderBottomCenter.png
│   │   │   │   ├── borderBottomLeft.png
│   │   │   │   ├── borderBottomRight.png
│   │   │   │   ├── borderMiddleLeft.png
│   │   │   │   ├── borderMiddleRight.png
│   │   │   │   ├── borderTopCenter.png
│   │   │   │   ├── borderTopLeft.png
│   │   │   │   └── borderTopRight.png
│   │   │   ├── loading_background.png
│   │   │   ├── loading.gif
│   │   │   └── overlay.png
│   │   ├── jquery.colorbox-min.js
│   │   ├── jquery.min.js
│   │   └── license.txt
│   ├── imageresize
│   │   ├── images
│   │   │   └── mini.gif
│   │   ├── plugin.asp
│   │   └── plugin.js
│   └── watermark
│   ├── logo.gif
│   └── plugin.asp
├── _samples
│   ├── asp
│   │   ├── ckeditor.asp
│   │   ├── fckeditor.asp
│   │   ├── popup.asp
│   │   ├── popups.asp
│   │   └── standalone.asp
│   ├── ckeditor.html
│   ├── fckeditor.html
│   ├── index.html
│   ├── popup.html
│   ├── popups.html
│   ├── public_api.html
│   ├── sample.css
│   ├── standalone.html
│   └── standalone_v1.html
├── skins
│   ├── kama
│   │   ├── app.css
│   │   ├── host.css
│   │   ├── images
│   │   │   ├── ckffolder.gif
│   │   │   ├── ckffolderopened.gif
│   │   │   ├── ckfminus.gif
│   │   │   ├── ckfnothumb.gif
│   │   │   ├── ckfplus.gif
│   │   │   ├── icons
│   │   │   │   ├── 16
│   │   │   │   │   ├── ai.gif
│   │   │   │   │   ├── avi.gif
│   │   │   │   │   ├── bmp.gif
│   │   │   │   │   ├── cs.gif
│   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   ├── dll.gif
│   │   │   │   │   ├── doc.gif
│   │   │   │   │   ├── docx.gif
│   │   │   │   │   ├── exe.gif
│   │   │   │   │   ├── fla.gif
│   │   │   │   │   ├── gif.gif
│   │   │   │   │   ├── jpg.gif
│   │   │   │   │   ├── js.gif
│   │   │   │   │   ├── mdb.gif
│   │   │   │   │   ├── mp3.gif
│   │   │   │   │   ├── ogg.gif
│   │   │   │   │   ├── pdf.gif
│   │   │   │   │   ├── ppt.gif
│   │   │   │   │   ├── pptx.gif
│   │   │   │   │   ├── rdp.gif
│   │   │   │   │   ├── swf.gif
│   │   │   │   │   ├── swt.gif
│   │   │   │   │   ├── txt.gif
│   │   │   │   │   ├── vsd.gif
│   │   │   │   │   ├── xls.gif
│   │   │   │   │   ├── xlsx.gif
│   │   │   │   │   ├── xml.gif
│   │   │   │   │   └── zip.gif
│   │   │   │   └── 32
│   │   │   │   ├── ai.gif
│   │   │   │   ├── avi.gif
│   │   │   │   ├── bmp.gif
│   │   │   │   ├── cs.gif
│   │   │   │   ├── default.icon.gif
│   │   │   │   ├── dll.gif
│   │   │   │   ├── doc.gif
│   │   │   │   ├── docx.gif
│   │   │   │   ├── exe.gif
│   │   │   │   ├── fla.gif
│   │   │   │   ├── gif.gif
│   │   │   │   ├── jpg.gif
│   │   │   │   ├── js.gif
│   │   │   │   ├── mdb.gif
│   │   │   │   ├── mp3.gif
│   │   │   │   ├── ogg.gif
│   │   │   │   ├── ogg.png
│   │   │   │   ├── pdf.gif
│   │   │   │   ├── ppt.gif
│   │   │   │   ├── pptx.gif
│   │   │   │   ├── rdp.gif
│   │   │   │   ├── swf.gif
│   │   │   │   ├── swt.gif
│   │   │   │   ├── txt.gif
│   │   │   │   ├── vsd.gif
│   │   │   │   ├── xls.gif
│   │   │   │   ├── xlsx.gif
│   │   │   │   ├── xml.gif
│   │   │   │   └── zip.gif
│   │   │   ├── icons.png
│   │   │   ├── loaders
│   │   │   │   ├── 16x16.gif
│   │   │   │   └── 32x32.gif
│   │   │   ├── spacer.gif
│   │   │   ├── sprites_ie6.png
│   │   │   ├── sprites.png
│   │   │   └── toolbar
│   │   │   ├── add.gif
│   │   │   ├── clear_basket.gif
│   │   │   ├── delete.gif
│   │   │   ├── download.gif
│   │   │   ├── help.gif
│   │   │   ├── maximize.gif
│   │   │   ├── refresh.gif
│   │   │   ├── settings.gif
│   │   │   └── view.gif
│   │   ├── richcombo.css
│   │   ├── skin.js
│   │   └── uipanel.css
│   └── v1
│   ├── app.css
│   ├── host.css
│   ├── images
│   │   ├── ckffolder.gif
│   │   ├── ckffolderopened.gif
│   │   ├── ckfminus.gif
│   │   ├── ckfnothumb.gif
│   │   ├── ckfplus.gif
│   │   ├── dialog_sides.gif
│   │   ├── dialog_sides.png
│   │   ├── dialog_sides_rtl.png
│   │   ├── icons
│   │   │   ├── 16
│   │   │   │   ├── ai.gif
│   │   │   │   ├── avi.gif
│   │   │   │   ├── bmp.gif
│   │   │   │   ├── cs.gif
│   │   │   │   ├── default.icon.gif
│   │   │   │   ├── dll.gif
│   │   │   │   ├── doc.gif
│   │   │   │   ├── docx.gif
│   │   │   │   ├── exe.gif
│   │   │   │   ├── fla.gif
│   │   │   │   ├── gif.gif
│   │   │   │   ├── jpg.gif
│   │   │   │   ├── js.gif
│   │   │   │   ├── mdb.gif
│   │   │   │   ├── mp3.gif
│   │   │   │   ├── pdf.gif
│   │   │   │   ├── ppt.gif
│   │   │   │   ├── pptx.gif
│   │   │   │   ├── rdp.gif
│   │   │   │   ├── swf.gif
│   │   │   │   ├── swt.gif
│   │   │   │   ├── txt.gif
│   │   │   │   ├── vsd.gif
│   │   │   │   ├── xls.gif
│   │   │   │   ├── xlsx.gif
│   │   │   │   ├── xml.gif
│   │   │   │   └── zip.gif
│   │   │   └── 32
│   │   │   ├── ai.gif
│   │   │   ├── avi.gif
│   │   │   ├── bmp.gif
│   │   │   ├── cs.gif
│   │   │   ├── default.icon.gif
│   │   │   ├── dll.gif
│   │   │   ├── doc.gif
│   │   │   ├── docx.gif
│   │   │   ├── exe.gif
│   │   │   ├── fla.gif
│   │   │   ├── gif.gif
│   │   │   ├── jpg.gif
│   │   │   ├── js.gif
│   │   │   ├── mdb.gif
│   │   │   ├── mp3.gif
│   │   │   ├── pdf.gif
│   │   │   ├── ppt.gif
│   │   │   ├── pptx.gif
│   │   │   ├── rdp.gif
│   │   │   ├── swf.gif
│   │   │   ├── swt.gif
│   │   │   ├── txt.gif
│   │   │   ├── vsd.gif
│   │   │   ├── xls.gif
│   │   │   ├── xlsx.gif
│   │   │   ├── xml.gif
│   │   │   └── zip.gif
│   │   ├── icons.png
│   │   ├── loaders
│   │   │   ├── 16x16.gif
│   │   │   └── 32x32.gif
│   │   ├── spacer.gif
│   │   ├── sprites_ie6.png
│   │   ├── sprites.png
│   │   ├── toolbar
│   │   │   ├── add.gif
│   │   │   ├── clear_basket.gif
│   │   │   ├── delete.gif
│   │   │   ├── download.gif
│   │   │   ├── help.gif
│   │   │   ├── maximize.gif
│   │   │   ├── refresh.gif
│   │   │   ├── settings.gif
│   │   │   └── view.gif
│   │   └── toolbar_start.gif
│   ├── richcombo.css
│   ├── skin.js
│   └── uipanel.css
├── translations.txt
├── userfiles
└── web.config

71 directories, 624 files

标签:

实例下载地址

ckfinder_asp_2.4.1

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警