07/09/2005, 10:17
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 217
Antigüedad: 19 años, 5 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í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> |