About a month ago I posted an example swf of the new file uploading features of Flash 8. I've had a few requests for the source files, so here they are.

Links:

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";