Hello!
I'm trying create a new file with a Java Applet, but I don't know how send this file to the response output of the browser, such as any tipical webpage.
With a Servlet it is easy with "HttpServletResponse response", but is this possible with a applet?
I'm trying do this without sign the applet or use any servlet.
Thanks a lot!.