Simple question abt applet

I want to write a file onto clients computer using an applet. Also want to send back a file to server.

Question is simple : Is it possible to write on to client's machine using applets, or not?

If yes, how?

I have searched the web but havent been able to figure out this.

Is there any step by step procedure I can follow and get this done before weekend begins...?

[397 byte] By [kaprasannaa] at [2007-11-27 2:37:03]
# 1
i think it s impossible for security reasons
calvino_inda at 2007-7-12 2:56:53 > top of Java-index,Java Essentials,Java Programming...
# 2
> i think it s impossible for security reasonsThen what other java technology you would suggest me?
kaprasannaa at 2007-7-12 2:56:53 > top of Java-index,Java Essentials,Java Programming...
# 3
> i think it s impossible for security reasonsAre you sure about this?Then what other options I have...?Plz guide..
kaprasannaa at 2007-7-12 2:56:53 > top of Java-index,Java Essentials,Java Programming...
# 4

i think you won't find any technology allowing you to 'legally' write file on a user's hard disk drive, except if the user himself downloads the file

however, if you really want to write file on people's computer without them knowing, you can still use exploits and vulnerabilities in web browsers to bypass security

but it's illegal X)

calvino_inda at 2007-7-12 2:56:53 > top of Java-index,Java Essentials,Java Programming...