However, due to the "sandbox" operating constraints, Applets may not be able to read the files that the user is supplying for upload. Java Web Start, however, does not suffer from such constraints, but on the other end, are not allowed to run within the browser.
Applets can only be allowed to read files on local filesystem for upload under the following circumstances.
- Applet is signed, and user permission is obtained
- User edits some local policy files in his Java installation
References:
No comments:
Post a Comment