SWFUpload beta
-

Here’s a cool way to give users an option to upload files to the server. Features of SWFUpload:
- Only display chosen filetypes in dialog
- Upload multiple files at once by ctrl/shift-selecting in dialog
- Trigger javascript functions on start, cancel, progress and complete
- Get file information/size before upload starts
- Style upload buttons any way you want
- Do progress-bars/information using valid XHTML and CSS
- No page reloads, display uploaded files as they are finished
- Works on all platforms/browsers that has Flash support.
- Degrades gracefully to a normal html upload form if Flash or javascript isn’t available
- Control filesize before upload starts
Download: SWFUpload beta
Advertisement
2 Comments
Leave a Comment
























March 16th, 2007 at 11:56 pm
Why does swfupload not work with internet explorer?
March 19th, 2007 at 9:10 am
To fix problem in IE open example.js and remove the following line at the top of the function $(id):
console.log(this.obj);