[flexcoders] About downloading files in Flex

2005-08-22 Thread Jesus Salvador Ramos Cardona
Hi all, We have developed a Flex app which is in production now. However, we have a new requirement, which asks for the ability to download PDF files. These files are reports that are generated dynamically. I have successfully set up the report generation, and am using this piece of

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Philippe Maegerman
PROTECTED] On Behalf Of Jesus Salvador Ramos CardonaSent: lundi 22 août 2005 16:50To: flexcoders@yahoogroups.comSubject: [flexcoders] About downloading files in Flex Hi all, We have developed a Flex app which is in production now. However, we have a new requirement, which asks for the ability

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Jesus Salvador Ramos Cardona
to write to a new window? De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] En nombre de Philippe Maegerman Enviado el: Lunes, 22 de Agosto de 2005 10:22 am Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] About downloading files in Flex Importancia: Alta You

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Dirk Eismann
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesus Salvador Ramos Cardona Sent: Monday, August 22, 2005 5:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] About downloading files in Flex We know this, and that's why we are changing the content type of the response

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Jesus Salvador Ramos Cardona
Agosto de 2005 10:45 am Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] About downloading files in Flex Importancia: Alta Try: getURL(targetURL, _blank); if you want to POST some data to a servlet and receive the response inside a new window you could also use the LoadVars class, e.g

RE: [flexcoders] About downloading files in Flex

2005-08-22 Thread Dirk Eismann
@yahoogroups.com Subject: RE: [flexcoders] About downloading files in Flex The thing is, we are not using servlets anymore. We are using Flex, and the Cairngorm architecture. Is a servlet the only way to achieve this functionality? De: flexcoders@yahoogroups.com [mailto