I know that an applet is not allowed to read or write files on the local system, but is it possible to write and read to/from a textfile on the same server it was downloaded from? I would need this to transfer parameters to and from the applet. I would really appreciate any help on this. Thanks Mike
Tanveer Rameez
Ranch Hand
Joined: Dec 11, 2000
Posts: 158
posted
0
hi I think you can read and write to files in the same server if it is in the same folder or sub-directory as that of the applet.Use the ordinary FileInputStram or you can use URL to hold the address of the file and then access it thru DataOutputStream. hope this helps bye Tanveer
Author of JPhotoBrush Pro (www.jphotobrushpro.com)
Grant Crofton
Ranch Hand
Joined: Nov 08, 2000
Posts: 154
posted
0
Yeah, you should be able to do it like this:
or you can use a DataInputStream or whatever, as long as you open it with 'url.openStream()'.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.