java - Signed applet write file in server -
i'm trying save file signed applet server. found mix answer when try google it, of them saying cannot done since applet running in client/local machine. of them post sample code not working me. appreciated if 1 advice on this. link references highly appreciated.
applets live there own sandbox, require special permission perform operations, read or write disk of client machine. remember, applets execute within context of client machine, guests , need follow house rules. reference - here
Comments
Post a Comment