Handling downloads in Java

Posted by Tereno on Stack Overflow See other posts from Stack Overflow or by Tereno
Published on 2010-04-13T20:34:29Z Indexed on 2010/04/13 20:43 UTC
Read the original article Hit count: 318

Filed under:
|

Hi there,

How would I be able to handle downloads using HttpResponse in Java? I made an HttpGet request to a specific site - the site returns the file to be downloaded. How can I handle this download? InputStream doesn't seem to be able to handle it (or maybe I'm using it the wrong way.)

© Stack Overflow or respective owner

Related posts about java

Related posts about apache