在好例子网,分享、交流、成长!
您当前所在位置:首页js 开发实例Ajax框架/RIA → extjs+swfupload实现多文件上传下载删除带进度条

extjs+swfupload实现多文件上传下载删除带进度条

Ajax框架/RIA

下载此实例
  • 开发语言:js
  • 实例大小:0.99M
  • 下载次数:10
  • 浏览次数:59
  • 发布时间:2021-12-27
  • 实例类别:Ajax框架/RIA
  • 发 布 人:jianshun19
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】extjs swfupload实现多文件上传下载删除带进度条

【实例截图】from clipboard

from clipboard

from clipboard

【核心代码】.
├── extjs swfupload实现多文件上传下载删除带进度条
│   ├── uploadtest1
│   │   ├── WebRoot
│   │   │   ├── META-INF
│   │   │   │   └── MANIFEST.MF
│   │   │   ├── WEB-INF
│   │   │   │   ├── classes
│   │   │   │   │   └── com
│   │   │   │   │       └── huliang
│   │   │   │   │           └── fileupload
│   │   │   │   │               └── FileUploadServlet.class
│   │   │   │   ├── lib
│   │   │   │   │   ├── commons-fileupload-1.2.jar
│   │   │   │   │   └── commons-io-1.3.2.jar
│   │   │   │   └── web.xml
│   │   │   ├── css
│   │   │   │   ├── button.css
│   │   │   │   └── default.css
│   │   │   ├── ext
│   │   │   │   ├── CVS
│   │   │   │   │   ├── Entries
│   │   │   │   │   ├── Repository
│   │   │   │   │   └── Root
│   │   │   │   ├── adapter
│   │   │   │   │   ├── CVS
│   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   └── Root
│   │   │   │   │   ├── ext
│   │   │   │   │   │   ├── CVS
│   │   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   │   └── Root
│   │   │   │   │   │   └── ext-base.js
│   │   │   │   │   ├── jquery
│   │   │   │   │   │   ├── CVS
│   │   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   │   └── Root
│   │   │   │   │   │   ├── ext-jquery-adapter.js
│   │   │   │   │   │   └── jquery.js
│   │   │   │   │   ├── prototype
│   │   │   │   │   │   ├── CVS
│   │   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   │   └── Root
│   │   │   │   │   │   ├── effects.js
│   │   │   │   │   │   ├── ext-prototype-adapter.js
│   │   │   │   │   │   ├── prototype.js
│   │   │   │   │   │   └── scriptaculous.js
│   │   │   │   │   └── yui
│   │   │   │   │       ├── CVS
│   │   │   │   │       │   ├── Entries
│   │   │   │   │       │   ├── Repository
│   │   │   │   │       │   └── Root
│   │   │   │   │       ├── ext-yui-adapter.js
│   │   │   │   │       └── yui-utilities.js
│   │   │   │   ├── array-grid.js
│   │   │   │   ├── expand
│   │   │   │   │   ├── CVS
│   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   └── Root
│   │   │   │   │   ├── CheckColumn.js
│   │   │   │   │   ├── SwfUpload
│   │   │   │   │   │   ├── CVS
│   │   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   │   └── Root
│   │   │   │   │   │   ├── SwfUpload.js
│   │   │   │   │   │   ├── SwfUploadPanel.js
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── CVS
│   │   │   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   │   │   └── Root
│   │   │   │   │   │   │   └── SwfUploadPanel.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── CVS
│   │   │   │   │   │   │   │   ├── Entries
│   │   │   │   │   │   │   │   ├── Repository
│   │   │   │   │   │   │   │   └── Root
│   │   │   │   │   │   │   ├── add.png
│   │   │   │   │   │   │   ├── arrow_up.gif
│   │   │   │   │   │   │   └── delete.png
│   │   │   │   │   │   └── swfupload.swf
│   │   │   │   │   └── UploadDialog
│   │   │   │   │       ├── CVS
│   │   │   │   │       │   ├── Entries
│   │   │   │   │       │   ├── Repository
│   │   │   │   │       │   └── Root
│   │   │   │   │       ├── Ext.ux.UploadDialog.js
│   │   │   │   │       ├── Ext.ux.UploadDialog.packed.js
│   │   │   │   │       ├── css
│   │   │   │   │       │   ├── CVS
│   │   │   │   │       │   │   ├── Entries
│   │   │   │   │       │   │   ├── Repository
│   │   │   │   │       │   │   └── Root
│   │   │   │   │       │   └── Ext.ux.UploadDialog.css
│   │   │   │   │       ├── dox
│   │   │   │   │       │   ├── CVS
│   │   │   │   │       │   │   ├── Entries
│   │   │   │   │       │   │   ├── Repository
│   │   │   │   │       │   │   └── Root
│   │   │   │   │       │   ├── automata-protocol.dia
│   │   │   │   │       │   └── automata-protocol.jpeg
│   │   │   │   │       ├── images
│   │   │   │   │       │   ├── CVS
│   │   │   │   │       │   │   ├── Entries
│   │   │   │   │       │   │   ├── Repository
│   │   │   │   │       │   │   └── Root
│   │   │   │   │       │   ├── Thumbs.db
│   │   │   │   │       │   ├── check.gif
│   │   │   │   │       │   ├── done.gif
│   │   │   │   │       │   ├── failed.gif
│   │   │   │   │       │   ├── file-add.gif
│   │   │   │   │       │   ├── file-remove.gif
│   │   │   │   │       │   ├── file-uploading.gif
│   │   │   │   │       │   ├── loading.gif
│   │   │   │   │       │   ├── reset.gif
│   │   │   │   │       │   ├── uncheck.gif
│   │   │   │   │       │   ├── upload-start.gif
│   │   │   │   │       │   └── upload-stop.gif
│   │   │   │   │       └── locale
│   │   │   │   │           ├── CVS
│   │   │   │   │           │   ├── Entries
│   │   │   │   │           │   ├── Repository
│   │   │   │   │           │   └── Root
│   │   │   │   │           └── ru.utf-8.js
│   │   │   │   ├── ext-all.js
│   │   │   │   ├── ext-lang-zh_CN.js
│   │   │   │   └── resources
│   │   │   │       ├── CVS
│   │   │   │       │   ├── Entries
│   │   │   │       │   ├── Repository
│   │   │   │       │   └── Root
│   │   │   │       ├── css
│   │   │   │       │   ├── CVS
│   │   │   │       │   │   ├── Entries
│   │   │   │       │   │   ├── Repository
│   │   │   │       │   │   └── Root
│   │   │   │       │   ├── README.txt
│   │   │   │       │   ├── borders.css
│   │   │   │       │   ├── box.css
│   │   │   │       │   ├── button.css
│   │   │   │       │   ├── column-tree.css
│   │   │   │       │   ├── combo.css
│   │   │   │       │   ├── core.css
│   │   │   │       │   ├── date-picker.css
│   │   │   │       │   ├── dd.css
│   │   │   │       │   ├── debug.css
│   │   │   │       │   ├── dialog.css
│   │   │   │       │   ├── editor.css
│   │   │   │       │   ├── ext-all.css
│   │   │   │       │   ├── form.css
│   │   │   │       │   ├── grid.css
│   │   │   │       │   ├── layout.css
│   │   │   │       │   ├── menu.css
│   │   │   │       │   ├── panel.css
│   │   │   │       │   ├── progress.css
│   │   │   │       │   ├── qtips.css
│   │   │   │       │   ├── reset-min.css
│   │   │   │       │   ├── reset.css
│   │   │   │       │   ├── resizable.css
│   │   │   │       │   ├── tabs-example.css
│   │   │   │       │   ├── tabs.css
│   │   │   │       │   ├── toolbar.css
│   │   │   │       │   ├── tree.css
│   │   │   │       │   ├── window.css
│   │   │   │       │   └── xtheme-gray.css
│   │   │   │       ├── images
│   │   │   │       │   ├── CVS
│   │   │   │       │   │   ├── Entries
│   │   │   │       │   │   ├── Repository
│   │   │   │       │   │   └── Root
│   │   │   │       │   ├── default
│   │   │   │       │   │   ├── CVS
│   │   │   │       │   │   │   ├── Entries
│   │   │   │       │   │   │   ├── Repository
│   │   │   │       │   │   │   └── Root
│   │   │   │       │   │   ├── box
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── corners-blue.gif
│   │   │   │       │   │   │   ├── corners.gif
│   │   │   │       │   │   │   ├── l-blue.gif
│   │   │   │       │   │   │   ├── l.gif
│   │   │   │       │   │   │   ├── r-blue.gif
│   │   │   │       │   │   │   ├── r.gif
│   │   │   │       │   │   │   ├── tb-blue.gif
│   │   │   │       │   │   │   └── tb.gif
│   │   │   │       │   │   ├── button
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── btn-arrow.gif
│   │   │   │       │   │   │   └── btn-sprite.gif
│   │   │   │       │   │   ├── dd
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── drop-add.gif
│   │   │   │       │   │   │   ├── drop-no.gif
│   │   │   │       │   │   │   └── drop-yes.gif
│   │   │   │       │   │   ├── editor
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   └── tb-sprite.gif
│   │   │   │       │   │   ├── form
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── clear-trigger.gif
│   │   │   │       │   │   │   ├── clear-trigger.psd
│   │   │   │       │   │   │   ├── date-trigger.gif
│   │   │   │       │   │   │   ├── date-trigger.psd
│   │   │   │       │   │   │   ├── error-tip-corners.gif
│   │   │   │       │   │   │   ├── exclamation.gif
│   │   │   │       │   │   │   ├── search-trigger.gif
│   │   │   │       │   │   │   ├── search-trigger.psd
│   │   │   │       │   │   │   ├── text-bg.gif
│   │   │   │       │   │   │   ├── trigger-tpl.gif
│   │   │   │       │   │   │   ├── trigger.gif
│   │   │   │       │   │   │   └── trigger.psd
│   │   │   │       │   │   ├── gradient-bg.gif
│   │   │   │       │   │   ├── grid
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── Thumbs.db
│   │   │   │       │   │   │   ├── arrow-left-white.gif
│   │   │   │       │   │   │   ├── arrow-right-white.gif
│   │   │   │       │   │   │   ├── col-move-bottom.gif
│   │   │   │       │   │   │   ├── col-move-top.gif
│   │   │   │       │   │   │   ├── columns.gif
│   │   │   │       │   │   │   ├── dirty.gif
│   │   │   │       │   │   │   ├── done.gif
│   │   │   │       │   │   │   ├── drop-no.gif
│   │   │   │       │   │   │   ├── drop-yes.gif
│   │   │   │       │   │   │   ├── footer-bg.gif
│   │   │   │       │   │   │   ├── grid-blue-hd.gif
│   │   │   │       │   │   │   ├── grid-blue-split.gif
│   │   │   │       │   │   │   ├── grid-hrow.gif
│   │   │   │       │   │   │   ├── grid-loading.gif
│   │   │   │       │   │   │   ├── grid-split.gif
│   │   │   │       │   │   │   ├── grid-vista-hd.gif
│   │   │   │       │   │   │   ├── grid3-hd-btn.gif
│   │   │   │       │   │   │   ├── grid3-hrow-over.gif
│   │   │   │       │   │   │   ├── grid3-hrow.gif
│   │   │   │       │   │   │   ├── grid3-special-col-bg.gif
│   │   │   │       │   │   │   ├── grid3-special-col-sel-bg.gif
│   │   │   │       │   │   │   ├── group-by.gif
│   │   │   │       │   │   │   ├── group-expand-sprite.gif
│   │   │   │       │   │   │   ├── hd-pop.gif
│   │   │   │       │   │   │   ├── hmenu-asc.gif
│   │   │   │       │   │   │   ├── hmenu-desc.gif
│   │   │   │       │   │   │   ├── hmenu-lock.gif
│   │   │   │       │   │   │   ├── hmenu-lock.png
│   │   │   │       │   │   │   ├── hmenu-unlock.gif
│   │   │   │       │   │   │   ├── hmenu-unlock.png
│   │   │   │       │   │   │   ├── invalid_line.gif
│   │   │   │       │   │   │   ├── loading.gif
│   │   │   │       │   │   │   ├── mso-hd.gif
│   │   │   │       │   │   │   ├── nowait.gif
│   │   │   │       │   │   │   ├── page-first-disabled.gif
│   │   │   │       │   │   │   ├── page-first.gif
│   │   │   │       │   │   │   ├── page-last-disabled.gif
│   │   │   │       │   │   │   ├── page-last.gif
│   │   │   │       │   │   │   ├── page-next-disabled.gif
│   │   │   │       │   │   │   ├── page-next.gif
│   │   │   │       │   │   │   ├── page-prev-disabled.gif
│   │   │   │       │   │   │   ├── page-prev.gif
│   │   │   │       │   │   │   ├── pick-button.gif
│   │   │   │       │   │   │   ├── refresh.gif
│   │   │   │       │   │   │   ├── row-check-sprite.gif
│   │   │   │       │   │   │   ├── row-expand-sprite.gif
│   │   │   │       │   │   │   ├── row-over.gif
│   │   │   │       │   │   │   ├── row-sel.gif
│   │   │   │       │   │   │   ├── sort_asc.gif
│   │   │   │       │   │   │   ├── sort_desc.gif
│   │   │   │       │   │   │   └── wait.gif
│   │   │   │       │   │   ├── layout
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── collapse.gif
│   │   │   │       │   │   │   ├── expand.gif
│   │   │   │       │   │   │   ├── gradient-bg.gif
│   │   │   │       │   │   │   ├── mini-bottom.gif
│   │   │   │       │   │   │   ├── mini-left.gif
│   │   │   │       │   │   │   ├── mini-right.gif
│   │   │   │       │   │   │   ├── mini-top.gif
│   │   │   │       │   │   │   ├── ns-collapse.gif
│   │   │   │       │   │   │   ├── ns-expand.gif
│   │   │   │       │   │   │   ├── panel-close.gif
│   │   │   │       │   │   │   ├── panel-title-bg.gif
│   │   │   │       │   │   │   ├── panel-title-light-bg.gif
│   │   │   │       │   │   │   ├── stick.gif
│   │   │   │       │   │   │   ├── stuck.gif
│   │   │   │       │   │   │   ├── tab-close-on.gif
│   │   │   │       │   │   │   └── tab-close.gif
│   │   │   │       │   │   ├── menu
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── checked.gif
│   │   │   │       │   │   │   ├── group-checked.gif
│   │   │   │       │   │   │   ├── item-over.gif
│   │   │   │       │   │   │   ├── menu-parent.gif
│   │   │   │       │   │   │   ├── menu.gif
│   │   │   │       │   │   │   └── unchecked.gif
│   │   │   │       │   │   ├── panel
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── corners-sprite.gif
│   │   │   │       │   │   │   ├── left-right.gif
│   │   │   │       │   │   │   ├── light-hd.gif
│   │   │   │       │   │   │   ├── tool-sprite-tpl.gif
│   │   │   │       │   │   │   ├── tool-sprites.gif
│   │   │   │       │   │   │   ├── tools-sprites-trans.gif
│   │   │   │       │   │   │   ├── top-bottom.gif
│   │   │   │       │   │   │   ├── top-bottom.png
│   │   │   │       │   │   │   ├── white-corners-sprite.gif
│   │   │   │       │   │   │   ├── white-left-right.gif
│   │   │   │       │   │   │   └── white-top-bottom.gif
│   │   │   │       │   │   ├── progress
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   └── progress-bg.gif
│   │   │   │       │   │   ├── qtip
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── bg.gif
│   │   │   │       │   │   │   ├── close.gif
│   │   │   │       │   │   │   └── tip-sprite.gif
│   │   │   │       │   │   ├── s.gif
│   │   │   │       │   │   ├── shadow-c.png
│   │   │   │       │   │   ├── shadow-lr.png
│   │   │   │       │   │   ├── shadow.png
│   │   │   │       │   │   ├── shared
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── blue-loading.gif
│   │   │   │       │   │   │   ├── calendar.gif
│   │   │   │       │   │   │   ├── glass-bg.gif
│   │   │   │       │   │   │   ├── hd-sprite.gif
│   │   │   │       │   │   │   ├── icons
│   │   │   │       │   │   │   │   ├── CVS
│   │   │   │       │   │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   │   └── Root
│   │   │   │       │   │   │   │   ├── Thumbs.db
│   │   │   │       │   │   │   │   ├── arrow-down.gif
│   │   │   │       │   │   │   │   ├── arrow-up.gif
│   │   │   │       │   │   │   │   ├── fam
│   │   │   │       │   │   │   │   │   ├── CVS
│   │   │   │       │   │   │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   │   │   └── Root
│   │   │   │       │   │   │   │   │   ├── SILK.txt
│   │   │   │       │   │   │   │   │   ├── Thumbs.db
│   │   │   │       │   │   │   │   │   ├── add.gif
│   │   │   │       │   │   │   │   │   ├── application_go.png
│   │   │   │       │   │   │   │   │   ├── application_view_list.png
│   │   │   │       │   │   │   │   │   ├── cog.png
│   │   │   │       │   │   │   │   │   ├── cog_edit.png
│   │   │   │       │   │   │   │   │   ├── connect.gif
│   │   │   │       │   │   │   │   │   ├── connect.png
│   │   │   │       │   │   │   │   │   ├── cross.gif
│   │   │   │       │   │   │   │   │   ├── delete.gif
│   │   │   │       │   │   │   │   │   ├── feed_add.png
│   │   │   │       │   │   │   │   │   ├── feed_delete.png
│   │   │   │       │   │   │   │   │   ├── feed_error.png
│   │   │   │       │   │   │   │   │   ├── folder_go.png
│   │   │   │       │   │   │   │   │   ├── folder_wrench.png
│   │   │   │       │   │   │   │   │   ├── grid.png
│   │   │   │       │   │   │   │   │   ├── plugin.gif
│   │   │   │       │   │   │   │   │   ├── plugin_add.gif
│   │   │   │       │   │   │   │   │   ├── rss_go.png
│   │   │   │       │   │   │   │   │   ├── table_refresh.png
│   │   │   │       │   │   │   │   │   ├── user.gif
│   │   │   │       │   │   │   │   │   ├── user.png
│   │   │   │       │   │   │   │   │   ├── user_add.gif
│   │   │   │       │   │   │   │   │   ├── user_add.png
│   │   │   │       │   │   │   │   │   ├── user_comment.png
│   │   │   │       │   │   │   │   │   ├── user_delete.gif
│   │   │   │       │   │   │   │   │   ├── user_delete.png
│   │   │   │       │   │   │   │   │   ├── user_edit.png
│   │   │   │       │   │   │   │   │   ├── user_female.gif
│   │   │   │       │   │   │   │   │   ├── user_female.png
│   │   │   │       │   │   │   │   │   ├── user_gray.png
│   │   │   │       │   │   │   │   │   ├── user_green.gif
│   │   │   │       │   │   │   │   │   ├── user_green.png
│   │   │   │       │   │   │   │   │   ├── user_orange.png
│   │   │   │       │   │   │   │   │   ├── user_red.png
│   │   │   │       │   │   │   │   │   ├── user_suit.gif
│   │   │   │       │   │   │   │   │   └── user_suit.png
│   │   │   │       │   │   │   │   └── save.gif
│   │   │   │       │   │   │   ├── large-loading.gif
│   │   │   │       │   │   │   ├── left-btn.gif
│   │   │   │       │   │   │   ├── loading-balls.gif
│   │   │   │       │   │   │   ├── right-btn.gif
│   │   │   │       │   │   │   └── warning.gif
│   │   │   │       │   │   ├── sizer
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── e-handle-dark.gif
│   │   │   │       │   │   │   ├── e-handle.gif
│   │   │   │       │   │   │   ├── ne-handle-dark.gif
│   │   │   │       │   │   │   ├── ne-handle.gif
│   │   │   │       │   │   │   ├── nw-handle-dark.gif
│   │   │   │       │   │   │   ├── nw-handle.gif
│   │   │   │       │   │   │   ├── s-handle-dark.gif
│   │   │   │       │   │   │   ├── s-handle.gif
│   │   │   │       │   │   │   ├── se-handle-dark.gif
│   │   │   │       │   │   │   ├── se-handle.gif
│   │   │   │       │   │   │   ├── square.gif
│   │   │   │       │   │   │   ├── sw-handle-dark.gif
│   │   │   │       │   │   │   └── sw-handle.gif
│   │   │   │       │   │   ├── tabs
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── scroll-left.gif
│   │   │   │       │   │   │   ├── scroll-right.gif
│   │   │   │       │   │   │   ├── scroller-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-inactive-left-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-inactive-right-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-left-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-right-bg.gif
│   │   │   │       │   │   │   ├── tab-close.gif
│   │   │   │       │   │   │   ├── tab-strip-bg.gif
│   │   │   │       │   │   │   ├── tab-strip-bg.png
│   │   │   │       │   │   │   ├── tab-strip-btm-bg.gif
│   │   │   │       │   │   │   └── tabs-sprite.gif
│   │   │   │       │   │   ├── toolbar
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── bg.gif
│   │   │   │       │   │   │   ├── btn-arrow-light.gif
│   │   │   │       │   │   │   ├── btn-arrow.gif
│   │   │   │       │   │   │   ├── btn-over-bg.gif
│   │   │   │       │   │   │   ├── gray-bg.gif
│   │   │   │       │   │   │   ├── tb-bg.gif
│   │   │   │       │   │   │   └── tb-btn-sprite.gif
│   │   │   │       │   │   ├── tree
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── arrows.gif
│   │   │   │       │   │   │   ├── drop-add.gif
│   │   │   │       │   │   │   ├── drop-between.gif
│   │   │   │       │   │   │   ├── drop-no.gif
│   │   │   │       │   │   │   ├── drop-over.gif
│   │   │   │       │   │   │   ├── drop-under.gif
│   │   │   │       │   │   │   ├── drop-yes.gif
│   │   │   │       │   │   │   ├── elbow-end-minus-nl.gif
│   │   │   │       │   │   │   ├── elbow-end-minus.gif
│   │   │   │       │   │   │   ├── elbow-end-plus-nl.gif
│   │   │   │       │   │   │   ├── elbow-end-plus.gif
│   │   │   │       │   │   │   ├── elbow-end.gif
│   │   │   │       │   │   │   ├── elbow-line.gif
│   │   │   │       │   │   │   ├── elbow-minus-nl.gif
│   │   │   │       │   │   │   ├── elbow-minus.gif
│   │   │   │       │   │   │   ├── elbow-plus-nl.gif
│   │   │   │       │   │   │   ├── elbow-plus.gif
│   │   │   │       │   │   │   ├── elbow.gif
│   │   │   │       │   │   │   ├── folder-open.gif
│   │   │   │       │   │   │   ├── folder.gif
│   │   │   │       │   │   │   ├── leaf.gif
│   │   │   │       │   │   │   ├── loading.gif
│   │   │   │       │   │   │   └── s.gif
│   │   │   │       │   │   └── window
│   │   │   │       │   │       ├── CVS
│   │   │   │       │   │       │   ├── Entries
│   │   │   │       │   │       │   ├── Repository
│   │   │   │       │   │       │   └── Root
│   │   │   │       │   │       ├── icon-error.gif
│   │   │   │       │   │       ├── icon-info.gif
│   │   │   │       │   │       ├── icon-question.gif
│   │   │   │       │   │       ├── icon-warning.gif
│   │   │   │       │   │       ├── left-corners.png
│   │   │   │       │   │       ├── left-corners.psd
│   │   │   │       │   │       ├── left-right.png
│   │   │   │       │   │       ├── left-right.psd
│   │   │   │       │   │       ├── right-corners.png
│   │   │   │       │   │       ├── right-corners.psd
│   │   │   │       │   │       ├── top-bottom.png
│   │   │   │       │   │       └── top-bottom.psd
│   │   │   │       │   ├── desktop
│   │   │   │       │   │   ├── CVS
│   │   │   │       │   │   │   ├── Entries
│   │   │   │       │   │   │   ├── Repository
│   │   │   │       │   │   │   └── Root
│   │   │   │       │   │   └── tabs.gif
│   │   │   │       │   ├── gray
│   │   │   │       │   │   ├── CVS
│   │   │   │       │   │   │   ├── Entries
│   │   │   │       │   │   │   ├── Repository
│   │   │   │       │   │   │   └── Root
│   │   │   │       │   │   ├── button
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── btn-arrow.gif
│   │   │   │       │   │   │   └── btn-sprite.gif
│   │   │   │       │   │   ├── gradient-bg.gif
│   │   │   │       │   │   ├── panel
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── corners-sprite.gif
│   │   │   │       │   │   │   ├── left-right.gif
│   │   │   │       │   │   │   ├── light-hd.gif
│   │   │   │       │   │   │   ├── tool-sprite-tpl.gif
│   │   │   │       │   │   │   ├── tool-sprites.gif
│   │   │   │       │   │   │   ├── tools-sprites-trans.gif
│   │   │   │       │   │   │   ├── top-bottom.gif
│   │   │   │       │   │   │   ├── top-bottom.png
│   │   │   │       │   │   │   ├── white-corners-sprite.gif
│   │   │   │       │   │   │   ├── white-left-right.gif
│   │   │   │       │   │   │   └── white-top-bottom.gif
│   │   │   │       │   │   ├── qtip
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── bg.gif
│   │   │   │       │   │   │   ├── close.gif
│   │   │   │       │   │   │   └── tip-sprite.gif
│   │   │   │       │   │   ├── s.gif
│   │   │   │       │   │   ├── tabs
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── scroll-left.gif
│   │   │   │       │   │   │   ├── scroll-right.gif
│   │   │   │       │   │   │   ├── scroller-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-inactive-left-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-inactive-right-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-left-bg.gif
│   │   │   │       │   │   │   ├── tab-btm-right-bg.gif
│   │   │   │       │   │   │   ├── tab-close.gif
│   │   │   │       │   │   │   ├── tab-strip-bg.gif
│   │   │   │       │   │   │   ├── tab-strip-bg.png
│   │   │   │       │   │   │   ├── tab-strip-btm-bg.gif
│   │   │   │       │   │   │   └── tabs-sprite.gif
│   │   │   │       │   │   ├── toolbar
│   │   │   │       │   │   │   ├── CVS
│   │   │   │       │   │   │   │   ├── Entries
│   │   │   │       │   │   │   │   ├── Repository
│   │   │   │       │   │   │   │   └── Root
│   │   │   │       │   │   │   ├── bg.gif
│   │   │   │       │   │   │   ├── btn-arrow-light.gif
│   │   │   │       │   │   │   ├── btn-arrow.gif
│   │   │   │       │   │   │   ├── btn-over-bg.gif
│   │   │   │       │   │   │   ├── gray-bg.gif
│   │   │   │       │   │   │   ├── tb-bg.gif
│   │   │   │       │   │   │   └── tb-btn-sprite.gif
│   │   │   │       │   │   └── window
│   │   │   │       │   │       ├── CVS
│   │   │   │       │   │       │   ├── Entries
│   │   │   │       │   │       │   ├── Repository
│   │   │   │       │   │       │   └── Root
│   │   │   │       │   │       ├── icon-error.gif
│   │   │   │       │   │       ├── icon-info.gif
│   │   │   │       │   │       ├── icon-question.gif
│   │   │   │       │   │       ├── icon-warning.gif
│   │   │   │       │   │       ├── left-corners.png
│   │   │   │       │   │       ├── left-corners.pspimage
│   │   │   │       │   │       ├── left-right.png
│   │   │   │       │   │       ├── right-corners.png
│   │   │   │       │   │       └── top-bottom.png
│   │   │   │       │   └── vista
│   │   │   │       │       ├── CVS
│   │   │   │       │       │   ├── Entries
│   │   │   │       │       │   ├── Repository
│   │   │   │       │       │   └── Root
│   │   │   │       │       ├── basic-dialog
│   │   │   │       │       │   ├── CVS
│   │   │   │       │       │   │   ├── Entries
│   │   │   │       │       │   │   ├── Repository
│   │   │   │       │       │   │   └── Root
│   │   │   │       │       │   ├── bg-center.gif
│   │   │   │       │       │   ├── bg-left.gif
│   │   │   │       │       │   ├── bg-right.gif
│   │   │   │       │       │   ├── close.gif
│   │   │   │       │       │   ├── collapse.gif
│   │   │   │       │       │   ├── dlg-bg.gif
│   │   │   │       │       │   ├── e-handle.gif
│   │   │   │       │       │   ├── expand.gif
│   │   │   │       │       │   ├── hd-sprite.gif
│   │   │   │       │       │   ├── s-handle.gif
│   │   │   │       │       │   ├── se-handle.gif
│   │   │   │       │       │   └── w-handle.gif
│   │   │   │       │       ├── gradient-bg.gif
│   │   │   │       │       ├── grid
│   │   │   │       │       │   ├── CVS
│   │   │   │       │       │   │   ├── Entries
│   │   │   │       │       │   │   ├── Repository
│   │   │   │       │       │   │   └── Root
│   │   │   │       │       │   ├── grid-split.gif
│   │   │   │       │       │   └── grid-vista-hd.gif
│   │   │   │       │       ├── layout
│   │   │   │       │       │   ├── CVS
│   │   │   │       │       │   │   ├── Entries
│   │   │   │       │       │   │   ├── Repository
│   │   │   │       │       │   │   └── Root
│   │   │   │       │       │   ├── collapse.gif
│   │   │   │       │       │   ├── expand.gif
│   │   │   │       │       │   ├── gradient-bg.gif
│   │   │   │       │       │   ├── ns-collapse.gif
│   │   │   │       │       │   ├── ns-expand.gif
│   │   │   │       │       │   ├── panel-close.gif
│   │   │   │       │       │   ├── panel-title-bg.gif
│   │   │   │       │       │   ├── panel-title-light-bg.gif
│   │   │   │       │       │   ├── stick.gif
│   │   │   │       │       │   ├── tab-close-on.gif
│   │   │   │       │       │   └── tab-close.gif
│   │   │   │       │       ├── qtip
│   │   │   │       │       │   ├── CVS
│   │   │   │       │       │   │   ├── Entries
│   │   │   │       │       │   │   ├── Repository
│   │   │   │       │       │   │   └── Root
│   │   │   │       │       │   ├── bg.gif
│   │   │   │       │       │   └── tip-sprite.gif
│   │   │   │       │       ├── s.gif
│   │   │   │       │       ├── sizer
│   │   │   │       │       │   ├── CVS
│   │   │   │       │       │   │   ├── Entries
│   │   │   │       │       │   │   ├── Repository
│   │   │   │       │       │   │   └── Root
│   │   │   │       │       │   ├── e-handle-dark.gif
│   │   │   │       │       │   ├── e-handle.gif
│   │   │   │       │       │   ├── ne-handle-dark.gif
│   │   │   │       │       │   ├── ne-handle.gif
│   │   │   │       │       │   ├── nw-handle-dark.gif
│   │   │   │       │       │   ├── nw-handle.gif
│   │   │   │       │       │   ├── s-handle-dark.gif
│   │   │   │       │       │   ├── s-handle.gif
│   │   │   │       │       │   ├── se-handle-dark.gif
│   │   │   │       │       │   ├── se-handle.gif
│   │   │   │       │       │   ├── sw-handle-dark.gif
│   │   │   │       │       │   └── sw-handle.gif
│   │   │   │       │       ├── tabs
│   │   │   │       │       │   ├── CVS
│   │   │   │       │       │   │   ├── Entries
│   │   │   │       │       │   │   ├── Repository
│   │   │   │       │       │   │   └── Root
│   │   │   │       │       │   ├── tab-btm-inactive-left-bg.gif
│   │   │   │       │       │   ├── tab-btm-inactive-right-bg.gif
│   │   │   │       │       │   ├── tab-btm-left-bg.gif
│   │   │   │       │       │   ├── tab-btm-right-bg.gif
│   │   │   │       │       │   └── tab-sprite.gif
│   │   │   │       │       └── toolbar
│   │   │   │       │           ├── CVS
│   │   │   │       │           │   ├── Entries
│   │   │   │       │           │   ├── Repository
│   │   │   │       │           │   └── Root
│   │   │   │       │           ├── gray-bg.gif
│   │   │   │       │           └── tb-btn-sprite.gif
│   │   │   │       ├── legacy
│   │   │   │       │   ├── CVS
│   │   │   │       │   │   ├── Entries
│   │   │   │       │   │   ├── Repository
│   │   │   │       │   │   └── Root
│   │   │   │       │   ├── basic-dialog.css
│   │   │   │       │   └── grid.css
│   │   │   │       ├── license.txt
│   │   │   │       ├── raw-images
│   │   │   │       │   ├── CVS
│   │   │   │       │   │   ├── Entries
│   │   │   │       │   │   ├── Repository
│   │   │   │       │   │   └── Root
│   │   │   │       │   └── shadow.psd
│   │   │   │       └── resources.jsb
│   │   │   ├── images
│   │   │   │   ├── SmallSpyGlassWithTransperancy_17x18.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── error.gif
│   │   │   │   ├── toobig.gif
│   │   │   │   ├── uploadlimit.gif
│   │   │   │   └── zerobyte.gif
│   │   │   ├── index.jsp
│   │   │   └── js
│   │   │       └── swfupload
│   │   │           ├── Copy of handlers.js
│   │   │           ├── handlers.js
│   │   │           ├── swfupload.js
│   │   │           └── swfupload.swf
│   │   └── src
│   │       └── com
│   │           └── huliang
│   │               └── fileupload
│   │                   └── FileUploadServlet.java
│   └── uploadtest1.zip
└── 好例子网_extjs swfupload实现多文件上传下载删除带进度条.rar

130 directories, 594 files


实例下载地址

extjs+swfupload实现多文件上传下载删除带进度条

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警