views:

27

answers:

1

I mean ActiveX is IE only and dead, and so java applets are dead. Flash is still not present in mobile browsers, Mozilla is present only on 1 phone, so XPCOM is also not an option.

How do you write a plugin that need access to file system, and do some other things, like unzip files, upload, download, etc.

+1  A: 

Forget about client side plugins. Most of that can be handled on the server side. Then for anything that really does need a client side implementation you can use Javascript.

Simon
Aye to that. The web does not need yet more plugins. Silverlight, Flash and JavaFX will go the way of the dinosaur. Browsers with fast javascript support, HTML5 and Canvas are the way of the future.
Roland Bouman
java script can't access file system do unzipping, etc.
Priyank Bolia