[flexcoders] Problem with FileReference.upload()

2006-12-21 Thread rene.sprotte
Hi all, I discovered a problem with uploading files to a server in flex2 using FileReference.upload (). My code includes something like this: [...] private var fileRef:FileReference = new FileReference(); private function someHandler(event:Event):void { var request:URLRequest = new

RE: [flexcoders] Problem with FileReference.upload()

2006-12-21 Thread Dimitrios Gianninas
PROTECTED] On Behalf Of rene.sprotte Sent: Thursday, December 21, 2006 4:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Problem with FileReference.upload() Hi all, I discovered a problem with uploading files to a server in flex2 using FileReference.upload (). My code includes something

Re: [flexcoders] Problem with FileReference.upload()

2006-12-21 Thread Patrick Mineault
You can read this post documenting the bug and its workarounds here: http://www.5etdemi.com/blog/archives/2006/10/php-filereference-and-sessions-a-bug-from-hell/ Patrick Dimitrios Gianninas a écrit : Its a bug, thats the way the Flash Player works, its not a Flex thing. I've submitted this