Re: Write an Image to Servlet



You don't need a byte[].
See ImageIO class and its write() method documentation.

.