Since seamonkey 2.9 update and 2.10 the following statement will not
return ***fully quallified path***:

Up to seamokey 2.8 and firefox >10 this code still works properly !

**********************************************************************************************************
<form action="input_file.htm" method="post" enctype="multipart/form-
data">
  <p>Choose a file:<br>
    <input id="thisFile" name="myfile" size="50" maxlength="100000"
       accept="text/*" type="file">
    <a onclick="netscape.security.PrivilegeManager.enablePrivilege
          ('UniversalFileRead');
          alert(document.getElementById('thisFile').value)" href="#">
          Show File Location</a></p>
</form>
************************************************************************************************************
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to