Image Acquisition

How can i capture a image from a Servlet......help please
[64 byte] By [jai_TCEa] at [2007-10-3 3:22:15]
# 1

That's a very poor description of your problem.

Do you want to programatically capture the image, or have a Html button which the user can click and a dialog box pops up saying "Open / Save"

Either way, you want to work out the entire servlet url string.

You can directly type / paste it into a browser address box to test that you have it correct.It should return the image to you.

Once you've got that far, you can either

a) put that servlet url into a html button for the user to click or

b) in java, open a URLConnection to that url, read the data streamed back and save it to a File.

regards,

Owen

omcgoverna at 2007-7-14 21:14:40 > top of Java-index,Security,Cryptography...
# 2
http://forum.java.sun.com/thread.jspa?threadID=453957&messageID=2067395I still can't beleive people haven't heard of http://www.google.comThere is also a jmf servlet web cam Tech Tip that was posted by Sun about 3 years ago, I waste so much time googling for others
1964mercurya at 2007-7-14 21:14:40 > top of Java-index,Security,Cryptography...