Flex 4 FileReference Issues With Firefox
问题 I'm trying to perform a file upload using a FileReference from a Flex app running in Firefox 4. However when I attempt to call the upload() method, the Filereference throws an IOError with the following Error #2038: File I/O Error. URL: http://localhost:8080/admin/upload If I don't explicitly add a listener for the IOErrorEvent, then I get a Flash player popup stating SecurityError: Error #2000: No active security context. The request doens't even hit my server (I can verify by placing