Hi, I am trying to bring up a flex application which exports the DataGrid data into a csv file or a Microsoft excel file depending on user selection. I have a servlet as the endpoint which serves the content. I tried using FileReference and URL connection. But I get IOError. Please provide me an simple example on how to do this.
Regards Phaneesh

