6

I'd like to integrate a application into a web site which allows user to manipulate files on their local machine via the web browser.

Flash and Silverlight run at with low permissions and no file system access.

Are there alternatives to using a java applet?

1
  • 2
    I'm no expert, but that sounds like the sort of thing a security-conscious browser would want to disallow. Commented Aug 17, 2010 at 16:27

3 Answers 3

1

You could use Java Web Start or if you could get away with a desktop app, use Adobe Air.

Sign up to request clarification or add additional context in comments.

Comments

1

You could use an ActiveX control but it will run only on IE.

Comments

0

I am no expert on Java Web Start but I have used JWS deployment on a project in a similar way. Given that the application is signed and JNLP file grants full access, you should be able to access local files. It is worth noting that in JWS deployment the application is not sandboxed within the browser, the permissions are set via a JNLP file. For further read you should check out the JWS tutorial at Oracle.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.