it's possible to send and entire image as parameter to a servlet ?? i know that can do a servlet sending something like this to the server (as output from another servlet): <img src="http://www.domain.com:8080/servlet/ImageHadler?id=4"> and with that parameter (id) search on a database and return the selected image. what i want to do (if possible) is something like: <img src="http://www.domain.com:8080/servlet/ImageDisplay?imag=__binary_stream_here"> so this way would be more general and can save all combinations (id=x&table=y&database=z); i have seen some examples using hex data calling special old cgi and it works, so i'd think there is something similar in servlet's world. Any ideas or alternative solutions are welcome :) thanx a lot ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
