This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Java in General and the fly likes How do i download image files ? - MIME HEADERS  HOW TO USE ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How do i download image files ? - MIME HEADERS  HOW TO USE ??" Watch "How do i download image files ? - MIME HEADERS  HOW TO USE ??" New topic
Author

How do i download image files ? - MIME HEADERS HOW TO USE ??

Tejas Tambe
Ranch Hand

Joined: Oct 08, 2001
Posts: 47
I am trying to download a file using HTTP. Text files and HTML files are getting downloaded perfectly, but not any other files.
I refered Complete Reference Java 2, I found that MIME Header has something to do with this, but was not clear.
I tried downloading the file in byte array and then write it but this does not work at all.
So can any 1 help me in this regard.
Thanx in advance,
Tejas
 
 
subject: How do i download image files ? - MIME HEADERS HOW TO USE ??
 
Similar Threads
Multiple file download
Mistakenly changed web.xml
JBOSS CMS opening txt Files
Initiate a download from a servlet
URGENT !!! How Do I download Image files using HTTP.