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





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to