Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to Java Applet for File System Access from Web

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?

like image 762
Kyle Fritz Avatar asked Aug 17 '10 16:08

Kyle Fritz


2 Answers

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

like image 165
Zack Marrapese Avatar answered Nov 17 '22 15:11

Zack Marrapese


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

like image 1
Enrique Avatar answered Nov 17 '22 16:11

Enrique