I know this is not a PHP problem it is a Browser problem but I need a
workaround to make this work. So I can finishing my php script
Using  this to select the file and path
 
<form action="test7.php" method="post">
     <input type="file" name="uploadfile" id="original" size="60"><BR>
    <BR>
    <input type="submit" name="submit" value="UPLOAD">
</FORM>
 
My problem I Internet explore this will produce
C:\directory\directory\uploaded.file
But it FireFox,Netscape and Opery it will only give me
uploaded.file
How do I get the Path for this upload in these browsers

Reply via email to