After many hours of battling I've now managed to convert my pie
chart application into a 1.2 applet using the Java Plug-In. It's very
satisfying to see Java2D working in the context of a browser!
However, what I need to do now is write the resulting image to a file
on the server. I have the Linlyn class to do FTPing from applets to
servers but what I can't figure out is how to use it to write binary
files.
I was wondering about writing my own mini client-server to handle
this, perhaps using PixelGrabber to get the pixels into an int array.
But I can't quite figure out how to write this to a remote image file...
Does anyone have any suggestions on the best way to go about
writing an Image (in GIF format) to a server?
Robbie
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/