Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/05/2002, 14:25
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Subir ficheros

prueba este



index.php


<html>
<body>
<form method="Post" action="subir.php" enctype="multipart/form-data">
<input type="file" name="lqsa"><input type="Submit" value="Enviar">
</form>
</body>
</html>



subir.php


<?
//subir.php
// seria "/dir/pa/guardar"
$dir = "";
copy($lqsa,$dir.$lqsa_name);
echo "Usted ha enviado $lqsa_name, su direccion para verlo es http://www.misite.com/carpeta/$lqsa_name"
?>


salud2

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>