Originally posted by Jeff Albertson:
Take a look at Integer.parseInt
Why are you converting an image to a String?
I'm converting an image to a string because i'm passing the image to javascript which in turn passes the image to a hidden field for php to parse and manipulate as it pleases. I can't use a simple POST method in the
applet because the number of applets on the page is specified by the user dynamically, and there are many other fields which constitute the page's form.
And Integer.parseInt looks promising. thanks
