binary « Download « JSP-Servlet Q&A





1. Is it possible to download a binary file from JSP?    stackoverflow.com

I think is it quite possible, but I'm not sure. I don't have the possibility to use servlet directly, so I'm forced to use JSP ( long history, short time, you ...

2. Big binary file interactive downloading    coderanch.com

Let say we have WEB application, which creates the temporary file and user should be able to download this file on his machine (if he wishes to do it). File can have a huge size (for example, 200MB), contains binary data and have unknown type (no extension at all or unknown extension). So the user should not be allowed to open ...

3. how to download binary file in jsp    coderanch.com