Reputation: 3689
I want to write a file on client using applet. I have some it can write when we run the applet as separate from Java. But it can't write through browser by calling the applet function from javascript.
How can I write files on client system?
Upvotes: 0
Views: 929
Reputation: 168825
Basically, there are two (practical) ways to write files to the client file system from an applet.
Upvotes: 2