Browser plug-in for local file system access + for none open source
Dear all,
From Browser_Plug-in_API guide V2.0 we can see it is possible for stream data obtained from URL to be saved into local file system.
Here are my questions:
1. Is it possible for a S60 open source browser plug-in to save any memory data from browser, into local file system and access it later?
2. Can we install browser plug-in over the air, e.g. simply click the link in the wap/html browser?
3. We can develop plug-in for open source browsers. Can we also develop plug-ins for non open source mobile browsers, e.g. Opera or Openwave ones?
Many thanks in advance,
Re: Browser plug-in for local file system access + for none open source
Yes you can just save some files in the public area:
C:\Data\Others
There u can write and read any file, even from your plugin DLL.
Re: Browser plug-in for local file system access + for none open source
And as you can download sis files and install then, you can do this also with browser plug-ins, the problem of course is that, how you would tell teh browser to re-load all plug-ins.