[email protected] wrote:
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>
************************************************************************************************************


Due to Bug 713747 which was a *conscious* security change.

--
~Justin Wood (Callek)
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to