hi,
I really don't understand the problem ...
see on page 1 (http://5op.free.fr/page1.php):
<form method="post" action="page2.php" enctype="multipart/form-data">
<input type="file" name="TOTO">
<input type="submit" value="envoyer">
</form>
on page 2 (http://5op.free.fr/page2.php):
<?
echo "--".$TOTO."--\n<br>";
echo count($HTTP_POST_FILES)."\n<br>";
echo count($_FILES)."\n<br>";
?>
it returns when i put an existing file in the TOTO field (less than 200K which is the max_upload_file) :
WHAT'S THE PROBLEM ????
see the php info : http://5op.free.fr/phpinfo.php
the website is hosted on free.fr
Thanks all !!!!😃