Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Vackar #1
How to send files to client
Hi,
Does anyone know how to send a file to the client from Flex. My scenario is
this:
1) Pass some parameters to java layer
2) Java layer processes the results and saves them in PDF format (in memory)
3) Byte data from PDF is passed to Flex layer
4) Send bytes to client
I was able to do (4) in a JSF view by writing to the response stream, is there
a similar method in Flex?
Thanks in advance,
Vackar
Vackar Guest
-
Cannot send multiple SMS on two client simulators
Hi there, i am trying to run the example on the help file on how to send multiple sms (using 'submitMulti'). It is supposed to echo back the message... -
How to actively 'send' web pages to client browser
Does anyone know if a way to deliver web pages to an end-client using a push method that can be controlled from your PC (by clicking on a page menu... -
HOWTO: Send Secure Data To Client Using SSL
I've sent private data back to the IIS by implementing the web page reference to HTTPS, but how can secure data be sent to the client computer over... -
how to actively send html to client browser?
Does anyone know if a way to deliver web pages to an end-client using a push method that can be controlled from your PC (by clicking on a page menu... -
send page to client when session expires
A client-side timer fires and does the page redirect - you can't do it from global.asa since there is no page request context to redirect.with when... -
atta707 #2
Re: How to send files to client
one easy way would be to write the file on the server file system and class FileReference.download() method passing the path that file.
atta707 Guest



Reply With Quote

