I created a Java applet for my web page that creates an image file. I want users to be able to run the applet and create unique images, click a button, and have the image they created be saved to the web server.
I think I have the code down for writing the image to a URLconnection in the Java...