I use flex 2.
I want to write for download attachment file from server by
using my java web service.
My java web service return string(file name) and base64Binary(data) type.
<result>
<fileName>MyFile.txt</fileName>
<data>dGVzdA0K</data>
</result>
I can decode base64 string (dGVzdA0K) to orginal text(test).
But, I don't know how to give user as a file to download it.
I am not sure it's can possible or not.
The first I want to know is am I need to use a servlet to generate a response to client.
If not require, is there any solution and let me know how?
Thanks,
--
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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

