10-26-2009 02:08 AM
is it possible to do something using something simlilar to:
platformRequest("file://localhost/root1/myfile.htm l");To open file on local file system in browser? I will create the file on local file system using javax.microedition.io.file.*. Or should I use string "file://localhost/root1/myfile.html" as url instead?
10-26-2009 03:27 AM
Itried with an image,
it worked for me...
Browser.getDefaultSession().displayPage("file:///S DCard/BlackBerry/pictures/mypic.jpg");---
Aditya K.
10-26-2009 03:39 AM
ok, but "Browser.getDefaultSession().displayPage(file:///SDCard/BlackBerry/pictures/mypic.jpg);" requires code signing and i'm guessing that platformRequest does not.