danielwanja / flexonrails
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
01b6430
Daniel Wanja (author)
Sat May 02 20:15:30 -0700 2009
commit 01b6430e41a567e9d28fdce016f959223f7a0fa3
tree d6750b24a9a85b5d4e3f2945d144a39d3bc4326e
parent 78729ee15cf582c2b2b5f1c879ed894226d5c403
tree d6750b24a9a85b5d4e3f2945d144a39d3bc4326e
parent 78729ee15cf582c2b2b5f1c879ed894226d5c403
flexonrails / 22_File_Upload
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.

