One of the big new features in Flash 8 is the ability to upload files. While this demo isn't the most exciting, or as flashy as others that have been posted, it still serves it's purpose.

I built it more to see what I can do with the uploading abilities, and just threw in some basic controls like scaling and rotation so that I could have something to do with the image once it's uploaded.

Link: http://www.joshbuhler.com/flash8/upload/

I have temporarily removed the upload example, due to some attempts to upload malicious files. Once I have time to adjust the example to handle this, I'll repost it. However, the source files you can install on your own server will still be available for download.

(I assume it's a given, but you will need Flash Player 8 for this to work.)

UPDATE: Source files are now available for download.

Source Files

One note: depending on where you put these files, you may need to adjust the url's used by the swf. You'll find them in main.as beginning on line 13.

  1. // url vars
  2. var imageFolder:String = "images/";
  3. var uploadScript:String = "fileUpload.php";