flex « Message « JSP-Servlet Q&A





1. How to send error message from servlet to flex FileReference in Flex When download    stackoverflow.com

I use fileReference.download() to download files. The fileReference send request to java servlet.In servlet, some error may be checked. For example error - 'File not found'. I want to send the ...