I apologize if this is the wrong place to ask this question, but I
couldn't find a better place to ask it and I figure people in this
group would know the answer.
Is there a way to access a user's file system using javascript on
chrome? In Firefox, I would do this:
try {
netscape.security.PrivilegeManager.enablePrivilege
( "UniversalXPConnect" );
var save_file = Components.classes["@mozilla.org/file/local;
1"].createInstance(Components.interfaces.nsILocalFile );
}
catch (e) {alert ("there was a problem saving the file");}
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---