Logo Background RSS

SWFUpload beta

  • Written by vinuvinu 2 Comments2 Comments Comments
    Last Updated: February 26th, 2007

    SwfUpload Logo

    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

    Bookmark and share:
    • del.icio.us
    • Digg
    • StumbleUpon
    • BlinkList
    • blogmarks
    • Furl
    • Slashdot
    • Spurl
    • Technorati
    • YahooMyWeb
    • description
    • Facebook
    • Google
    • Live
    • Ma.gnolia
    • NewsVine
    • Reddit
    • TwitThis

Advertisement

  1. #1 Nate
    March 16th, 2007 at 11:56 pm

    Why does swfupload not work with internet explorer?

    Post ReplyPost Reply
  2. #2 vinu
    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);

    Post ReplyPost Reply
Leave a Comment