I'm trying to use a FilePicker to select a file then input the xml string to the domparser. However, when the filename string that is returned from the filepicker is used to init the file object. I get an unrecognized path error.. I looked at the string returned from the filepicker and its /C:/Mozilla/pathtofile/xmlfile.xml, so i removed the beginning slash and converted all the other forward slashes to backslashes. then I got this error: file access denied running as a user with admin permissions. This is all in javascript. Any suggestions?

Adam Drewes


Reply via email to