All the sources I found via Google show the header as
application/vnd.ms-excel

HTH,
Ben


--- In [email protected], "yasovardhan [EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
>
> I had a problem with flex.
>    
>   The problem is that I have .CSV file, which I want to display as
Excel file in the new browser on clicking a button.
>    
>   I tried with the following code.
>    
>   function button_click()
>   {
>      var filePath = "C:\test.csv";
>     var objLoadVars:LoadVars = new LoadVars();
>    
>     objLoadVars.contentType = "application/x-msexcel";
>    
>     objLoadVars.send(filePath, "_blank", "POST");
>   }
>    
>    
>   It is displaying as plane text file instead of Excel file.
>    
>   Can anyone please help me?
>    
>   Thanks and Regards,
>   Yasu.
> 
>                       
> ---------------------------------
> Do you Yahoo!?
>  Everyone is raving about the  all-new Yahoo! Mail Beta.
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to