Oct
05
2007
Uploading images using Flex - the search
Posted by: Kenneth in Flex, tags: examples, Flex, form, uploadBeen searching around the web for examples to upload files via Flex. Flex, being a frontend engine and running on flash, does not have the capability to upload files on its own. It will still need a backend system to receive the file and place it in physical storage. Based on the examples i found, Flex is merely acting like a form data sender. However, there seems to be no examples for a backend system that receives from a Flex app. I am coding one right now but i think i will need to spend more time on security issues.
Examples
- http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=17_Networking_and_communications_173_6.html
- http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class



Entries (RSS)