I am trying to create a html page based on data I obtain from an
applet, and store this page on the server, where the applet is running from. It works when I
test it locally on my own machine, but when I try it live, online, it dosnt seem to create the page.
The (edited) code I use to create the page is as follows:
The execution of the code dosnt seem to go into the try. It just stops there.
I set all the permissions on the folders required to #777
Perhaps its not possible to use a buffered writer in this manner?
Ive been trying a few things with URI references instead of file objects but Im not having much luck there.
Any help greatly appreciated.
Thank you,
Eoin.
[ July 04, 2007: Message edited by: Eoin Mac Aoidh ]