Kaixo a todas,
Perdornarme por el ot pero todo lo que he encontrado no me sirve, haber si
hay alguien aquí que me pueda ayudar.


Lo que quiero es lograr la dirección absoluta local de un fichero recogido
por un input type="file". Yo creo que por motivos de seguridad no se puede
pero...

el siguiente ejemplo encontado en programacionweb.net solo hace lo que
quiero en el explorer 6.
[CODIGO]<html>
<head></head>
<body>
<form name="kaixo.html" method="get" action="test.jsp">
<input type=file name=browse style="">
<input type=text name=file value=c:/test.jpg>
<input type=button
style="font-style:veranda; font-size:12px;
font-weight:bold;text-transform:lowercase;color:white;background-color:#A2C382;height:22px;border-style:ridge;text-align:center;"
onClick="browse.click();file.value=browse.value;"
value="Select a File...">
<br><br>
<!-- must be clicked twice for the form to submit! -->
<input type=submit
value="Submit The Form Now!"
style="font-style:veranda; font-size:12px;">
</form>
</body>
</html>
[FIN CODIGO]
¿hay alguna forma de que el FF se comporte así?
muchas gracias de antemano!
_______________________________________________
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://lists.ovillo.org/mailman/listinfo/ovillo

Responder a