实例介绍
【实例简介】
CKEditor for ASP.NET3.6.6.2+CKFinder for ASP.NET2.1.0.1326 显示上传图片,借鉴官网更改。 ,用这个时候百度很多,都不能完整实现,自己实现了,把这个过程给那些不会的人用下。vs2008 直接可以打开 图片在http://blog.csdn.net/2004v2004/article/details/50719155
【实例截图】
【核心代码】
4744302543302185182.rar
├── AttachEvents.aspx
├── bin
│ ├── CKEditor.NET.dll
│ ├── CKEditor.NET.dll.refresh
│ ├── CKEditor.NET.pdb
│ ├── CKFinder.dll
│ ├── CKFinder.dll.refresh
│ ├── FredCK.FCKeditorV2.dll
│ └── FredCK.FCKeditorV2.dll.refresh
├── ckeditor
│ ├── adapters
│ │ └── jquery.js
│ ├── CHANGES.html
│ ├── ckeditor_basic.js
│ ├── ckeditor.js
│ ├── config.js
│ ├── contents.css
│ ├── images
│ │ └── spacer.gif
│ ├── INSTALL.html
│ ├── lang
│ │ ├── af.js
│ │ ├── ar.js
│ │ ├── bg.js
│ │ ├── bn.js
│ │ ├── bs.js
│ │ ├── ca.js
│ │ ├── cs.js
│ │ ├── cy.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en-au.js
│ │ ├── en-ca.js
│ │ ├── en-gb.js
│ │ ├── en.js
│ │ ├── eo.js
│ │ ├── es.js
│ │ ├── et.js
│ │ ├── eu.js
│ │ ├── fa.js
│ │ ├── fi.js
│ │ ├── fo.js
│ │ ├── fr-ca.js
│ │ ├── fr.js
│ │ ├── gl.js
│ │ ├── gu.js
│ │ ├── he.js
│ │ ├── hi.js
│ │ ├── hr.js
│ │ ├── hu.js
│ │ ├── is.js
│ │ ├── it.js
│ │ ├── ja.js
│ │ ├── ka.js
│ │ ├── km.js
│ │ ├── ko.js
│ │ ├── _languages.js
│ │ ├── lt.js
│ │ ├── lv.js
│ │ ├── mn.js
│ │ ├── ms.js
│ │ ├── nb.js
│ │ ├── nl.js
│ │ ├── no.js
│ │ ├── pl.js
│ │ ├── pt-br.js
│ │ ├── pt.js
│ │ ├── ro.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sl.js
│ │ ├── sr.js
│ │ ├── sr-latn.js
│ │ ├── sv.js
│ │ ├── th.js
│ │ ├── _translationstatus.txt
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh.js
│ ├── LICENSE.html
│ ├── plugins
│ │ ├── a11yhelp
│ │ │ ├── dialogs
│ │ │ │ └── a11yhelp.js
│ │ │ └── lang
│ │ │ ├── en.js
│ │ │ └── he.js
│ │ ├── about
│ │ │ └── dialogs
│ │ │ ├── about.js
│ │ │ └── logo_ckeditor.png
│ │ ├── adobeair
│ │ │ └── plugin.js
│ │ ├── ajax
│ │ │ └── plugin.js
│ │ ├── autogrow
│ │ │ └── plugin.js
│ │ ├── bbcode
│ │ │ └── plugin.js
│ │ ├── clipboard
│ │ │ └── dialogs
│ │ │ └── paste.js
│ │ ├── colordialog
│ │ │ └── dialogs
│ │ │ └── colordialog.js
│ │ ├── devtools
│ │ │ ├── lang
│ │ │ │ └── en.js
│ │ │ └── plugin.js
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── div
│ │ │ └── dialogs
│ │ │ └── div.js
│ │ ├── docprops
│ │ │ ├── dialogs
│ │ │ │ └── docprops.js
│ │ │ └── plugin.js
│ │ ├── find
│ │ │ └── dialogs
│ │ │ └── find.js
│ │ ├── flash
│ │ │ ├── dialogs
│ │ │ │ └── flash.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── forms
│ │ │ ├── dialogs
│ │ │ │ ├── button.js
│ │ │ │ ├── checkbox.js
│ │ │ │ ├── form.js
│ │ │ │ ├── hiddenfield.js
│ │ │ │ ├── radio.js
│ │ │ │ ├── select.js
│ │ │ │ ├── textarea.js
│ │ │ │ └── textfield.js
│ │ │ └── images
│ │ │ └── hiddenfield.gif
│ │ ├── iframe
│ │ │ ├── dialogs
│ │ │ │ └── iframe.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── iframedialog
│ │ │ └── plugin.js
│ │ ├── image
│ │ │ └── dialogs
│ │ │ └── image.js
│ │ ├── link
│ │ │ ├── dialogs
│ │ │ │ ├── anchor.js
│ │ │ │ └── link.js
│ │ │ └── images
│ │ │ └── anchor.gif
│ │ ├── liststyle
│ │ │ └── dialogs
│ │ │ └── liststyle.js
│ │ ├── pagebreak
│ │ │ └── images
│ │ │ └── pagebreak.gif
│ │ ├── pastefromword
│ │ │ └── filter
│ │ │ └── default.js
│ │ ├── pastetext
│ │ │ └── dialogs
│ │ │ └── pastetext.js
│ │ ├── placeholder
│ │ │ ├── dialogs
│ │ │ │ └── placeholder.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── he.js
│ │ │ ├── placeholder.gif
│ │ │ └── plugin.js
│ │ ├── scayt
│ │ │ └── dialogs
│ │ │ ├── options.js
│ │ │ └── toolbar.css
│ │ ├── showblocks
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ └── block_pre.png
│ │ ├── smiley
│ │ │ ├── dialogs
│ │ │ │ └── smiley.js
│ │ │ └── images
│ │ │ ├── angel_smile.gif
│ │ │ ├── angry_smile.gif
│ │ │ ├── broken_heart.gif
│ │ │ ├── confused_smile.gif
│ │ │ ├── cry_smile.gif
│ │ │ ├── devil_smile.gif
│ │ │ ├── embaressed_smile.gif
│ │ │ ├── envelope.gif
│ │ │ ├── heart.gif
│ │ │ ├── kiss.gif
│ │ │ ├── lightbulb.gif
│ │ │ ├── omg_smile.gif
│ │ │ ├── regular_smile.gif
│ │ │ ├── sad_smile.gif
│ │ │ ├── shades_smile.gif
│ │ │ ├── teeth_smile.gif
│ │ │ ├── thumbs_down.gif
│ │ │ ├── thumbs_up.gif
│ │ │ ├── tounge_smile.gif
│ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ └── wink_smile.gif
│ │ ├── specialchar
│ │ │ ├── dialogs
│ │ │ │ └── specialchar.js
│ │ │ └── lang
│ │ │ └── en.js
│ │ ├── styles
│ │ │ └── styles
│ │ │ └── default.js
│ │ ├── stylesheetparser
│ │ │ └── plugin.js
│ │ ├── table
│ │ │ └── dialogs
│ │ │ └── table.js
│ │ ├── tableresize
│ │ │ └── plugin.js
│ │ ├── tabletools
│ │ │ └── dialogs
│ │ │ └── tableCell.js
│ │ ├── templates
│ │ │ ├── dialogs
│ │ │ │ └── templates.js
│ │ │ └── templates
│ │ │ ├── default.js
│ │ │ └── images
│ │ │ ├── template1.gif
│ │ │ ├── template2.gif
│ │ │ └── template3.gif
│ │ ├── uicolor
│ │ │ ├── dialogs
│ │ │ │ └── uicolor.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── he.js
│ │ │ ├── plugin.js
│ │ │ ├── uicolor.gif
│ │ │ └── yui
│ │ │ ├── assets
│ │ │ │ ├── hue_bg.png
│ │ │ │ ├── hue_thumb.png
│ │ │ │ ├── picker_mask.png
│ │ │ │ ├── picker_thumb.png
│ │ │ │ └── yui.css
│ │ │ └── yui.js
│ │ ├── wsc
│ │ │ └── dialogs
│ │ │ ├── ciframe.html
│ │ │ ├── tmpFrameset.html
│ │ │ ├── wsc.css
│ │ │ └── wsc.js
│ │ └── xml
│ │ └── plugin.js
│ ├── skins
│ │ ├── kama
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons.png
│ │ │ ├── icons_rtl.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ ├── sprites.png
│ │ │ │ └── toolbar_start.gif
│ │ │ ├── skin.js
│ │ │ └── templates.css
│ │ ├── office2003
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons.png
│ │ │ ├── icons_rtl.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ └── sprites.png
│ │ │ ├── skin.js
│ │ │ └── templates.css
│ │ └── v2
│ │ ├── dialog.css
│ │ ├── editor.css
│ │ ├── icons.png
│ │ ├── icons_rtl.png
│ │ ├── images
│ │ │ ├── dialog_sides.gif
│ │ │ ├── dialog_sides.png
│ │ │ ├── dialog_sides_rtl.png
│ │ │ ├── mini.gif
│ │ │ ├── noimage.png
│ │ │ ├── sprites_ie6.png
│ │ │ ├── sprites.png
│ │ │ └── toolbar_start.gif
│ │ ├── skin.js
│ │ └── templates.css
│ └── themes
│ └── default
│ └── theme.js
├── ckfinder
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CKFinder.dll
│ │ │ └── CKFinder.pdb
│ │ └── Release
│ │ └── CKFinder.dll
│ ├── changelog.txt
│ ├── ckfinder.html
│ ├── ckfinder.js
│ ├── ckfinder_v1.js
│ ├── config.ascx
│ ├── config.js
│ ├── core
│ │ └── connector
│ │ └── aspx
│ │ ├── connector.aspx
│ │ └── lang
│ │ ├── bg.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
│ │ ├── sv.xml
│ │ ├── tr.xml
│ │ ├── vi.xml
│ │ ├── zh-cn.xml
│ │ └── zh-tw.xml
│ ├── 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
│ │ ├── 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
│ │ ├── 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
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CKFinder_FileEditor.dll
│ │ │ │ │ └── CKFinder_FileEditor.pdb
│ │ │ │ └── Release
│ │ │ │ ├── CKFinder_FileEditor.dll
│ │ │ │ └── CKFinder_FileEditor.pdb
│ │ │ ├── codemirror
│ │ │ │ ├── contrib
│ │ │ │ │ └── csharp
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── csharpcolors.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── parsecsharp.js
│ │ │ │ │ └── tokenizecsharp.js
│ │ │ │ ├── css
│ │ │ │ │ ├── csscolors.css
│ │ │ │ │ ├── docs.css
│ │ │ │ │ ├── font.js
│ │ │ │ │ ├── jscolors.css
│ │ │ │ │ ├── sparqlcolors.css
│ │ │ │ │ └── xmlcolors.css
│ │ │ │ ├── js
│ │ │ │ │ ├── codemirror.js
│ │ │ │ │ ├── editor.js
│ │ │ │ │ ├── highlight.js
│ │ │ │ │ ├── mirrorframe.js
│ │ │ │ │ ├── parsecss.js
│ │ │ │ │ ├── parsedummy.js
│ │ │ │ │ ├── parsehtmlmixed.js
│ │ │ │ │ ├── parsejavascript.js
│ │ │ │ │ ├── parsesparql.js
│ │ │ │ │ ├── parsexml.js
│ │ │ │ │ ├── select.js
│ │ │ │ │ ├── stringstream.js
│ │ │ │ │ ├── tokenizejavascript.js
│ │ │ │ │ ├── tokenize.js
│ │ │ │ │ ├── undo.js
│ │ │ │ │ └── util.js
│ │ │ │ └── LICENSE
│ │ │ └── plugin.js
│ │ ├── flashupload
│ │ │ ├── flash
│ │ │ │ └── Uploader.swf
│ │ │ └── Uploader.html
│ │ ├── imageresize
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CKFinder_ImageResize.dll
│ │ │ │ │ └── CKFinder_ImageResize.pdb
│ │ │ │ └── Release
│ │ │ │ ├── CKFinder_ImageResize.dll
│ │ │ │ └── CKFinder_ImageResize.pdb
│ │ │ ├── images
│ │ │ │ └── mini.gif
│ │ │ └── plugin.js
│ │ └── watermark
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CKFinder_Watermark.dll
│ │ │ │ └── CKFinder_Watermark.pdb
│ │ │ └── Release
│ │ │ ├── CKFinder_Watermark.dll
│ │ │ └── CKFinder_Watermark.pdb
│ │ └── logo.gif
│ ├── 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
│ │ │ │ ├── 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
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ └── toolbar_start.gif
│ │ ├── richcombo.css
│ │ ├── skin.js
│ │ └── uipanel.css
│ ├── translations.txt
│ └── userfiles
│ ├── images
│ │ ├── 1(1).gif
│ │ ├── 1.gif
│ │ └── CKEditor14.png
│ └── _thumbs
│ └── Images
│ ├── 1.gif
│ └── CKEditor14.png
├── Default2.aspx
├── Default2.aspx.cs
├── Default.aspx
├── FirstUse.aspx
├── SampleConfig.aspx
├── sample.css
├── SharedSpaces.aspx
├── Solution1
│ ├── Solution1.sln
│ └── Solution1.suo
├── SubmitData.aspx
├── test
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ToolbarDefine.aspx
├── uploader
│ └── images
└── web.config
172 directories, 821 files
CKEditor for ASP.NET3.6.6.2+CKFinder for ASP.NET2.1.0.1326 显示上传图片,借鉴官网更改。 ,用这个时候百度很多,都不能完整实现,自己实现了,把这个过程给那些不会的人用下。vs2008 直接可以打开 图片在http://blog.csdn.net/2004v2004/article/details/50719155
【实例截图】
【核心代码】
4744302543302185182.rar
├── AttachEvents.aspx
├── bin
│ ├── CKEditor.NET.dll
│ ├── CKEditor.NET.dll.refresh
│ ├── CKEditor.NET.pdb
│ ├── CKFinder.dll
│ ├── CKFinder.dll.refresh
│ ├── FredCK.FCKeditorV2.dll
│ └── FredCK.FCKeditorV2.dll.refresh
├── ckeditor
│ ├── adapters
│ │ └── jquery.js
│ ├── CHANGES.html
│ ├── ckeditor_basic.js
│ ├── ckeditor.js
│ ├── config.js
│ ├── contents.css
│ ├── images
│ │ └── spacer.gif
│ ├── INSTALL.html
│ ├── lang
│ │ ├── af.js
│ │ ├── ar.js
│ │ ├── bg.js
│ │ ├── bn.js
│ │ ├── bs.js
│ │ ├── ca.js
│ │ ├── cs.js
│ │ ├── cy.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en-au.js
│ │ ├── en-ca.js
│ │ ├── en-gb.js
│ │ ├── en.js
│ │ ├── eo.js
│ │ ├── es.js
│ │ ├── et.js
│ │ ├── eu.js
│ │ ├── fa.js
│ │ ├── fi.js
│ │ ├── fo.js
│ │ ├── fr-ca.js
│ │ ├── fr.js
│ │ ├── gl.js
│ │ ├── gu.js
│ │ ├── he.js
│ │ ├── hi.js
│ │ ├── hr.js
│ │ ├── hu.js
│ │ ├── is.js
│ │ ├── it.js
│ │ ├── ja.js
│ │ ├── ka.js
│ │ ├── km.js
│ │ ├── ko.js
│ │ ├── _languages.js
│ │ ├── lt.js
│ │ ├── lv.js
│ │ ├── mn.js
│ │ ├── ms.js
│ │ ├── nb.js
│ │ ├── nl.js
│ │ ├── no.js
│ │ ├── pl.js
│ │ ├── pt-br.js
│ │ ├── pt.js
│ │ ├── ro.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sl.js
│ │ ├── sr.js
│ │ ├── sr-latn.js
│ │ ├── sv.js
│ │ ├── th.js
│ │ ├── _translationstatus.txt
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh.js
│ ├── LICENSE.html
│ ├── plugins
│ │ ├── a11yhelp
│ │ │ ├── dialogs
│ │ │ │ └── a11yhelp.js
│ │ │ └── lang
│ │ │ ├── en.js
│ │ │ └── he.js
│ │ ├── about
│ │ │ └── dialogs
│ │ │ ├── about.js
│ │ │ └── logo_ckeditor.png
│ │ ├── adobeair
│ │ │ └── plugin.js
│ │ ├── ajax
│ │ │ └── plugin.js
│ │ ├── autogrow
│ │ │ └── plugin.js
│ │ ├── bbcode
│ │ │ └── plugin.js
│ │ ├── clipboard
│ │ │ └── dialogs
│ │ │ └── paste.js
│ │ ├── colordialog
│ │ │ └── dialogs
│ │ │ └── colordialog.js
│ │ ├── devtools
│ │ │ ├── lang
│ │ │ │ └── en.js
│ │ │ └── plugin.js
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── div
│ │ │ └── dialogs
│ │ │ └── div.js
│ │ ├── docprops
│ │ │ ├── dialogs
│ │ │ │ └── docprops.js
│ │ │ └── plugin.js
│ │ ├── find
│ │ │ └── dialogs
│ │ │ └── find.js
│ │ ├── flash
│ │ │ ├── dialogs
│ │ │ │ └── flash.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── forms
│ │ │ ├── dialogs
│ │ │ │ ├── button.js
│ │ │ │ ├── checkbox.js
│ │ │ │ ├── form.js
│ │ │ │ ├── hiddenfield.js
│ │ │ │ ├── radio.js
│ │ │ │ ├── select.js
│ │ │ │ ├── textarea.js
│ │ │ │ └── textfield.js
│ │ │ └── images
│ │ │ └── hiddenfield.gif
│ │ ├── iframe
│ │ │ ├── dialogs
│ │ │ │ └── iframe.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── iframedialog
│ │ │ └── plugin.js
│ │ ├── image
│ │ │ └── dialogs
│ │ │ └── image.js
│ │ ├── link
│ │ │ ├── dialogs
│ │ │ │ ├── anchor.js
│ │ │ │ └── link.js
│ │ │ └── images
│ │ │ └── anchor.gif
│ │ ├── liststyle
│ │ │ └── dialogs
│ │ │ └── liststyle.js
│ │ ├── pagebreak
│ │ │ └── images
│ │ │ └── pagebreak.gif
│ │ ├── pastefromword
│ │ │ └── filter
│ │ │ └── default.js
│ │ ├── pastetext
│ │ │ └── dialogs
│ │ │ └── pastetext.js
│ │ ├── placeholder
│ │ │ ├── dialogs
│ │ │ │ └── placeholder.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── he.js
│ │ │ ├── placeholder.gif
│ │ │ └── plugin.js
│ │ ├── scayt
│ │ │ └── dialogs
│ │ │ ├── options.js
│ │ │ └── toolbar.css
│ │ ├── showblocks
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ └── block_pre.png
│ │ ├── smiley
│ │ │ ├── dialogs
│ │ │ │ └── smiley.js
│ │ │ └── images
│ │ │ ├── angel_smile.gif
│ │ │ ├── angry_smile.gif
│ │ │ ├── broken_heart.gif
│ │ │ ├── confused_smile.gif
│ │ │ ├── cry_smile.gif
│ │ │ ├── devil_smile.gif
│ │ │ ├── embaressed_smile.gif
│ │ │ ├── envelope.gif
│ │ │ ├── heart.gif
│ │ │ ├── kiss.gif
│ │ │ ├── lightbulb.gif
│ │ │ ├── omg_smile.gif
│ │ │ ├── regular_smile.gif
│ │ │ ├── sad_smile.gif
│ │ │ ├── shades_smile.gif
│ │ │ ├── teeth_smile.gif
│ │ │ ├── thumbs_down.gif
│ │ │ ├── thumbs_up.gif
│ │ │ ├── tounge_smile.gif
│ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ └── wink_smile.gif
│ │ ├── specialchar
│ │ │ ├── dialogs
│ │ │ │ └── specialchar.js
│ │ │ └── lang
│ │ │ └── en.js
│ │ ├── styles
│ │ │ └── styles
│ │ │ └── default.js
│ │ ├── stylesheetparser
│ │ │ └── plugin.js
│ │ ├── table
│ │ │ └── dialogs
│ │ │ └── table.js
│ │ ├── tableresize
│ │ │ └── plugin.js
│ │ ├── tabletools
│ │ │ └── dialogs
│ │ │ └── tableCell.js
│ │ ├── templates
│ │ │ ├── dialogs
│ │ │ │ └── templates.js
│ │ │ └── templates
│ │ │ ├── default.js
│ │ │ └── images
│ │ │ ├── template1.gif
│ │ │ ├── template2.gif
│ │ │ └── template3.gif
│ │ ├── uicolor
│ │ │ ├── dialogs
│ │ │ │ └── uicolor.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── he.js
│ │ │ ├── plugin.js
│ │ │ ├── uicolor.gif
│ │ │ └── yui
│ │ │ ├── assets
│ │ │ │ ├── hue_bg.png
│ │ │ │ ├── hue_thumb.png
│ │ │ │ ├── picker_mask.png
│ │ │ │ ├── picker_thumb.png
│ │ │ │ └── yui.css
│ │ │ └── yui.js
│ │ ├── wsc
│ │ │ └── dialogs
│ │ │ ├── ciframe.html
│ │ │ ├── tmpFrameset.html
│ │ │ ├── wsc.css
│ │ │ └── wsc.js
│ │ └── xml
│ │ └── plugin.js
│ ├── skins
│ │ ├── kama
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons.png
│ │ │ ├── icons_rtl.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ ├── sprites.png
│ │ │ │ └── toolbar_start.gif
│ │ │ ├── skin.js
│ │ │ └── templates.css
│ │ ├── office2003
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons.png
│ │ │ ├── icons_rtl.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ └── sprites.png
│ │ │ ├── skin.js
│ │ │ └── templates.css
│ │ └── v2
│ │ ├── dialog.css
│ │ ├── editor.css
│ │ ├── icons.png
│ │ ├── icons_rtl.png
│ │ ├── images
│ │ │ ├── dialog_sides.gif
│ │ │ ├── dialog_sides.png
│ │ │ ├── dialog_sides_rtl.png
│ │ │ ├── mini.gif
│ │ │ ├── noimage.png
│ │ │ ├── sprites_ie6.png
│ │ │ ├── sprites.png
│ │ │ └── toolbar_start.gif
│ │ ├── skin.js
│ │ └── templates.css
│ └── themes
│ └── default
│ └── theme.js
├── ckfinder
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CKFinder.dll
│ │ │ └── CKFinder.pdb
│ │ └── Release
│ │ └── CKFinder.dll
│ ├── changelog.txt
│ ├── ckfinder.html
│ ├── ckfinder.js
│ ├── ckfinder_v1.js
│ ├── config.ascx
│ ├── config.js
│ ├── core
│ │ └── connector
│ │ └── aspx
│ │ ├── connector.aspx
│ │ └── lang
│ │ ├── bg.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
│ │ ├── sv.xml
│ │ ├── tr.xml
│ │ ├── vi.xml
│ │ ├── zh-cn.xml
│ │ └── zh-tw.xml
│ ├── 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
│ │ ├── 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
│ │ ├── 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
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CKFinder_FileEditor.dll
│ │ │ │ │ └── CKFinder_FileEditor.pdb
│ │ │ │ └── Release
│ │ │ │ ├── CKFinder_FileEditor.dll
│ │ │ │ └── CKFinder_FileEditor.pdb
│ │ │ ├── codemirror
│ │ │ │ ├── contrib
│ │ │ │ │ └── csharp
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── csharpcolors.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── parsecsharp.js
│ │ │ │ │ └── tokenizecsharp.js
│ │ │ │ ├── css
│ │ │ │ │ ├── csscolors.css
│ │ │ │ │ ├── docs.css
│ │ │ │ │ ├── font.js
│ │ │ │ │ ├── jscolors.css
│ │ │ │ │ ├── sparqlcolors.css
│ │ │ │ │ └── xmlcolors.css
│ │ │ │ ├── js
│ │ │ │ │ ├── codemirror.js
│ │ │ │ │ ├── editor.js
│ │ │ │ │ ├── highlight.js
│ │ │ │ │ ├── mirrorframe.js
│ │ │ │ │ ├── parsecss.js
│ │ │ │ │ ├── parsedummy.js
│ │ │ │ │ ├── parsehtmlmixed.js
│ │ │ │ │ ├── parsejavascript.js
│ │ │ │ │ ├── parsesparql.js
│ │ │ │ │ ├── parsexml.js
│ │ │ │ │ ├── select.js
│ │ │ │ │ ├── stringstream.js
│ │ │ │ │ ├── tokenizejavascript.js
│ │ │ │ │ ├── tokenize.js
│ │ │ │ │ ├── undo.js
│ │ │ │ │ └── util.js
│ │ │ │ └── LICENSE
│ │ │ └── plugin.js
│ │ ├── flashupload
│ │ │ ├── flash
│ │ │ │ └── Uploader.swf
│ │ │ └── Uploader.html
│ │ ├── imageresize
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CKFinder_ImageResize.dll
│ │ │ │ │ └── CKFinder_ImageResize.pdb
│ │ │ │ └── Release
│ │ │ │ ├── CKFinder_ImageResize.dll
│ │ │ │ └── CKFinder_ImageResize.pdb
│ │ │ ├── images
│ │ │ │ └── mini.gif
│ │ │ └── plugin.js
│ │ └── watermark
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CKFinder_Watermark.dll
│ │ │ │ └── CKFinder_Watermark.pdb
│ │ │ └── Release
│ │ │ ├── CKFinder_Watermark.dll
│ │ │ └── CKFinder_Watermark.pdb
│ │ └── logo.gif
│ ├── 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
│ │ │ │ ├── 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
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ └── toolbar_start.gif
│ │ ├── richcombo.css
│ │ ├── skin.js
│ │ └── uipanel.css
│ ├── translations.txt
│ └── userfiles
│ ├── images
│ │ ├── 1(1).gif
│ │ ├── 1.gif
│ │ └── CKEditor14.png
│ └── _thumbs
│ └── Images
│ ├── 1.gif
│ └── CKEditor14.png
├── Default2.aspx
├── Default2.aspx.cs
├── Default.aspx
├── FirstUse.aspx
├── SampleConfig.aspx
├── sample.css
├── SharedSpaces.aspx
├── Solution1
│ ├── Solution1.sln
│ └── Solution1.suo
├── SubmitData.aspx
├── test
│ ├── Default.aspx
│ └── Default.aspx.cs
├── ToolbarDefine.aspx
├── uploader
│ └── images
└── web.config
172 directories, 821 files
标签:
CKEditor for ASP.NET3.6.6.2+CKFinder for ASP.NET2.1.0.1326 显示上...
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论