Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/09/2005, 10:17
klyfa
 
Fecha de Ingreso: mayo-2005
Mensajes: 217
Antigüedad: 18 años, 10 meses
Puntos: 5
yo probre poner lo de global variable en off y me anda igual.
prueba con este codigo a mi me anduvo bien

<?php
echo $_POST['file'];
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento sin t&iacute;tulo</title>
</head>

<body>
<form name="form1" method="POST" action="">
<input type="file" name="file">
<input type="submit" name="Submit" value="Enviar">
</form>
</body>
</html>