
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

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