06/04/2004, 04:59
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: Málaga
Mensajes: 293
Antigüedad: 21 años Puntos: 1 | |
if (empty($_FILES['archivo']['name'])){
exit;
}
$url= "../php/pcontrol.php?panel=insertar_promo_nueva_img1.php";
$MAX_FILE_SIZE= $_POST['lim_tamano'];
$archivo_size= $_FILES['archivo']['size'];
$archivo_type= $_FILES['archivo']['type'];
$archivo= $_FILES['archivo']['tmp_name'];
if ($archivo != "none" AND $archivo_size != 0 AND $archivo_size<=$lim_tamano){
$token = strtok ($archivo_name,".");
$token = strtok (".");
$img = "img/".$client.$cod.".".$token;
if (copy ($archivo,$img)) {
$consulta_insertar = "INSERT INTO ".$tabla_b."
Y dandole a la carpeta del servidor priorida 777 |