Estoy en la misma
Aunque en vez de hacerlo
como dice en la faq, document.imagen.src='file:///' +
inputtypefile.value, estoy haciendo ésto:
Código:
function cambia(archivito) {
document.images.muestra.src = 'file:///' + archivito;
alert(archivito)
}
...
<input type="file" name="file" onBlur="cambia(this.value)">
<img src="spacer.gif" name="muestra">
Pero no anda en firefox, sólo en IE
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
¿No hay nada que hacerle?
Un saludo