[flexcoders] Re: File upload in Flex

2007-09-12 Thread Derrick Grigg
Stephen, Check this post http://www.dgrigg.com/post.cfm/08/02/2007/Flex-and-Flash-file-uploading-with-return-data Derrick -- Derrick Grigg www.dgrigg.com --- In flexcoders@yahoogroups.com, stephen50232 [EMAIL PROTECTED] wrote: Hi, I've got a new project, which requires that

Re: [flexcoders] Re: File upload in Flex

2007-09-12 Thread Rico Leuthold
To upload files, you could start with this http://weblog.cahlan.com/ 2006/12/flex-upload-component.html and customize, extend it. The only thing they don't show in this component is how to handle the returned result. In order to get the result add an UPLOAD_COMPLETE_DATA Event listener to