Tema: Objeto File
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/06/2006, 17:14
amnix
 
Fecha de Ingreso: mayo-2005
Mensajes: 132
Antigüedad: 19 años
Puntos: 0
una forma: Quieres subir el archivo, ponlo en un form y evalua el nombre del input
Cita:
function verificarDatos(form,archivo) {
if (form.fichero.value.length==0){
alert ('No ha seleccionado el archivo...\t\t\t\t\t\n\n Selecione el archivo porfavor... ');
return false;
}