http://swfupload.org/
SWFUpload实现图片批量上传
SWFUpload简介
SWFUpload is a small JavaScript/Flash library to get the best of both worlds. It features the great upload capabilities of Flash and the accessibility and ease of HTML/CSS.
See it in action....
- Upload multiple files at once by ctrl/shift-selecting in dialog
- Javascript callbacks on all events
- Get file information before upload starts
- Style upload elements with XHTML and css
- Display information while files are uploading using HTML
- No page reloads necessary
- Works on all platforms/browsers that has Flash support.
- Degrades gracefully to normal HTML upload form if Flash or javascript is unavailable
- Control filesize before upload starts
- Only display chosen filetypes in dialog
- Queue uploads, remove/add files before starting upload
SWFUpload v2 Documentation
http://demo.swfupload.org/Documentation/
SWFUpload下载 http://code.google.com/p/swfupload/downloads/list SWFUpload演示: http://demo.swfupload.org/ http://code.google.com/p/swfupload/ Java实现批量上传 参考: http://www.javaeye.com/topic/110125