public
Description: Code samples for the Flex on Rais book.
Homepage: http://flexonrais.com
Clone URL: git://github.com/danielwanja/flexonrails.git
Daniel Wanja (author)
Sun May 03 14:25:16 -0700 2009
commit  ae9aa71829c5ddb364e810d14c504c0315bc29f5
tree    fae5b2bf2809501a277951a0d81583261273d07b
parent  01b6430e41a567e9d28fdce016f959223f7a0fa3
flexonrails / 22_File_Upload
name age message
..
file README Loading commit data...
directory flex/
directory rails/
22_File_Upload/README
This is the code used for chapter 22 - FileUpload

The Rails application needs the attchment_fu plug in installed:

  ./script/plugin install git://github.com/technoweenie/attachment_fu.git 


The Flex applications are the following

FileUploadSimple.mxml
  Use a flash.net.FileReference to browse and upload a file.
  
FileUploadWithProgress.mxml
  As above with additional upload progress.
  
ImageUploadWithProgress.mxml
  Upload an image using the flash.net.URLLoader class and a custom MultiPartRequestData class.