[flexcoders] Upload file component

2008-08-11 Thread Joshua Jackson
Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have missed anything. Could anyone give me some hints? Best regards, -- Setting a new landmark. Blog: http://joshuajava.wordpress.com/ Twitter:

Re: [flexcoders] Upload file component

2008-08-11 Thread Simon Bailey
I built one for the PureMVC WIKI here: http://trac.puremvc.org/Demo_AS3_Flex_CF_FileUpload Cheers, Simon On 11 Aug 2008, at 16:48, Joshua Jackson wrote: Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have

Re: [flexcoders] Upload file component

2008-08-11 Thread Richard Rodseth
If you Google you will find examples, eg. http://weblog.cahlan.com/2006/12/flex-upload-component.html Depending on your UI requirements, you might find it easier to roll your own. See FileReference.upload(). Either way, you will have to be aware of issues with Firefox and with SSL, which you

RE: [flexcoders] Upload file component

2008-08-11 Thread Dimitrios Gianninas
Subject: [flexcoders] Upload file component Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have missed anything. Could anyone give me some hints? Best regards, -- Setting a new landmark. Blog: http

Re: [flexcoders] Upload file component

2008-08-11 Thread Simon Bailey
I built one for the PureMVC WIKI here: http://trac.puremvc.org/Demo_AS3_Flex_CF_FileUpload Cheers, Simon On 11 Aug 2008, at 16:48, Joshua Jackson wrote: Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have

RE: [flexcoders] Upload file component

2008-08-11 Thread Link Mckinney
= UPLOAD ERROR; alert = Alert.show(errorMessage, errorTitle); } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Jackson Sent: Monday, August 11, 2008 10:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Upload file component