[ 
https://issues.apache.org/jira/browse/FLEX-33495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13632840#comment-13632840
 ] 

James Chow commented on FLEX-33495:
-----------------------------------

Hi. I am using Firefox 20.0.1, FlexSDK 4.6, Flash 11,6,602,180. 
Here is the section of code that call the browse.

    private var _fileToImport:FileReference;
        var textFileFilter:FileFilter = new FileFilter("csv text Files 
(*.csv)", "*.csv");
        var allFileFilters:Array = new Array(textFileFilter);
        _fileToImport.browse(allFileFilters);

Thanks
                
> Flex FileReference.browse() opens a save dialog in Firefox - NOT an open 
> dialog
> -------------------------------------------------------------------------------
>
>                 Key: FLEX-33495
>                 URL: https://issues.apache.org/jira/browse/FLEX-33495
>             Project: Apache Flex
>          Issue Type: Bug
>         Environment: window 7 firefox
>            Reporter: James Chow
>            Assignee: Mark Kessler
>
> FileReference.browse()  in IE will open an OPEN dialog but FireFox with 
> latest Flash opens a SAVE dialog.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to