Code like

<form name="formPrincipal" method="post" action="/whatever" enctype='multipart/form-data'>
<input type="file" name="PHOTO1" style="display:none;">
<input type="text" name="file">
<img
align=middle
name="Parcourir"
src="../images/parcourir.gif"
border="0"
onClick="document.formPrincipal.PHOTO1.click(); document.formPrincipal.file.value=document.formPrincipal.PHOTO1.value;">
<input type='button' value='Submit2' onclick='document.formPrincipal.submit();'>
</form>


works with Internet Explorer but not with other browsers. Anyone know solutions for other browsers. I assume that there is a struts workaround as well.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to