Tagged Questions
4
votes
5answers
474 views
Why is my image coming out garbled?
I've got some Java code using a servlet and Apache Commons FileUpload to upload a file to a set directory. It's working fine for character data (e.g. text files) but image files are coming out ...