Hi,
I followed the examples in the FAQ and was able to make the upload work,
using client HTML code similar to this:

 <FORM NAME="the_form" ENCTYPE="multipart/form-data"
METHOD=POST ACTION="somephp.php">
File Name: <INPUT NAME="filename"
TYPE="file">
<INPUT TYPE="submit" VALUE="submit">
</FORM>

The problem is that it works great with Netscape, but fails with IE.
If the client is Netscape, the "somephp.php" program gets the $filename=
/tmp/phpmo4QE9
and $filename_name=BackB.gif (or whatever)
When the client is IE (I tried V5.5 and 6.0) I get
$filename=F:\\disk_e\\Butter\\BackB.gif
and $filename_name (etc) are empty.

Has anyone else run into this?  Any suggestions as to how I can further
debug this?

Thanks,

Mike at nutfield.net




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to