Hello. I am currently working on a Flex app and I have run into a problem, which I believe may be a bug when using Firefox.
My situation: I am trying to upload a file in my Flex app using the FileReference.upload() method. This works perfectly well when I test this in IE7 and IE6. When I try to do this in Firefox 2.0, nothing happens. I have tested this using Flash Player 9.0.16 and 9.0.28. Is this a bug in the Flash Player or could it be my implementation. My implementation does not differentiate much from the example implementation provided by Adobe. Also, my flex app is a spring-flex integration. When I call the FileReference.upload() method, the URLRequest URL points to my multiaction controller. Any help or information would be very much appreciated. Thank you. Gi Lee

