Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/11/2008, 10:50
Avatar de ranceis
ranceis
 
Fecha de Ingreso: septiembre-2006
Mensajes: 42
Antigüedad: 17 años, 7 meses
Puntos: 0
Respuesta: Problema adjuntado videos

Código PHP:
if (isset($_POST['adjuntar'])){ 

$imagen=$_FILES["fImg"]['name'];
$tipo$_FILES['fImg']['type'];
$tamanio$_FILES['fImg']['size'];

var_dump($_FILES);

$path="videos/temp/";

 
move_uploaded_file($_FILES['fImg']['tmp_name'],$path.$imagen);


si lo puse como me dijiste, y sigue tirando vacio no me tira ni array()