Discover & Rate New Music Check out ChartVote. Promote the music you like.

SWFUpload Beta Released

swfupload.jpg SWFUpload is a flash/javascript solution for uploading files VIA the web. I've always thought that uploading files via a form has been clunky. I was excited when I found this script that fixes this area. Not only can you limit which file types that show in the choose file dialog, it will also report on the progress of the upload. I've been using my own Flash based file uploader for Indiefy for sometime now and its great to see it packaged in an easy-to-use way for others.

Features
* 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

Example

JavaScript:
  1. <script type="text/javascript">
  2.  
  3.     mmSWFUpload.init({
  4.         upload_backend : "../../upload.php",
  5.         target : "SWFUpload",
  6.     });
  7.  
  8. </script>

Check it out!

Indiefy Teaser

I have been quiet lately on here and I apologize for that, but I have good reason (well at least I think so). Indiefy is coming along nicely and I wanted to show off one of my favorite features of the site. The screenshot below is from the Arist Manager and shows the MP3 uploader in action. The uploader is built in flash and looks quiet sexy if you ask me. For those of you who don't know, flash has the capabilities to upload files to a web server. This gives you the ability to show a progress of the upload and gives the user a much more intuitive interface. That is one thing thats always bugged me about uploading files from a form, you never knew how much was left.


Screenshot
Indiefy Teaser

RSS Feed



Recommended Sites