%@ $Language=JScript /* PARA COLORES PHP */ %><% @set_time_limit(7200); //2 horas include("../includes/DB_Conectar.php"); /*toma la seguridad de la página imagenes_borrar.php*/ $admABMLink_manual="imagenes_borrar.php"; include("../includes/inc_auth.php"); include("../includes/funciones.php"); /*Datos para crear Thumbnail de la imagen*/ $basedir = "$app_path/ADVF/imagenes/"; $resolution = "100x100"; $resolutionNT=100; /*********/ switch($tipo){ case 'F': $titulo = $I_uploadimages; $col1 = $I_imagepath; $col2 = $I_name; $col3 = $I_category; $col4 = $I_capturedate; if ($OS=="Windows_NT") { $extensiones = "JPG or JPEG"; } else { $extensiones = "JPG, JPEG, GIF or PNG"; } $directorio = "imagenes"; $err1 = $I_name; $advTipo = "F"; $tam_maximo= 310000; break; case 'A': $titulo = $I_uploadaudiofiles; $col1 = $I_audiofilepath; $col2 = $I_title; $col3 = $I_category; $col4 = $I_capturedate; $extensiones = "MP3, MID, WAV"; $directorio = "audios"; $err1=$I_title; $advTipo = "A"; $tam_maximo= 2000000; break; case 'V': $titulo = $I_uploadvideofiles; $col1 = $I_videofilepath; $col2 = $I_title; $col3 = $I_category; $col4 = $I_capturedate; $extensiones = "AVI, MOV, MPG"; $directorio = $I_videos; $err1=$I_title; $advTipo = "V"; $tam_maximo= 2000000; break; case 'D': $titulo = $I_uploaddocuments; $col1 = $I_documentpath; $col2 = $I_name; $col3 = $I_category; $col4 = $I_capturedate; $extensiones = "PDF, DOC, XLS, PPT"; $directorio = "documentos"; $err1=$I_name; $advTipo = "D"; $tam_maximo= 1000000; break; case 'Z': $titulo = $I_uploadcompressedfiles; $col1 = $I_filepath; $col2 = $I_name; $col3 = $I_category; $col4 = $I_capturedate; $extensiones = "ZIP, RAR"; $directorio = "zip"; $err1="name"; $advTipo = "Z"; $tam_maximo= 1000000; break; } %>
|
|
||
|
<%=$titulo%> |
|
|
|
<%=$msje%> <%=$I_back%> |
||
|
|
||