Re: saving file in local system
Charlie Lai (charlie@angeles.eng.sun.com)
Tue, 12 Jan 1999 17:25:20 -0800 (PST)
> May I know how can I write a file into local machine and manipulate the
> contents of the file locally? At the end of the process, I should be
> able to send the updated file to the back-end server. I do not wish to
> use the object signing method. Besides object signing, is there any
> other way to do that????
Java 2 does offer fine grained access control,
so you can configure your access control policy to
allow certain access even if your applet is not signed.
for more security information, check out:
http://java.sun.com/products/jdk/1.2/docs/guide/security/index.html
thanks,
charlie