Please can anyone tell me how to cope with IE6 showing files after browsing
with <input type="file" ....

The files are always shown with backslashes.

On the next page $_FILES["file"]["name"] will only have the full
drive\dir\file path if the backslashes are converted manually to forward
slashes.

The input field is read only as far a javascript is concerned, so I cannot
do anything there.

Does anyone have any ideas please.

Thanks

BOb






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to