CGI FILE READ/WRITE
Notes
- To grant permission for access/modify file at client side, edit the "java.policy" file in your machine. Its locations depends upon the jre in use. As example:
"C:\Program Files\IBM\Java141\jre\lib\security"
Edit it and add "permission.java.security.AllPermission;" inside the second grant {}(Ln 11). This will give applet to full access on client machine. - Use absolute paths for "source file" and "destination file" fields.