The following works only in Internet Explorer, not in Mozilla, Netscape or Opera. Anyone have any idea how to fix it?


<html:form method='POST' enctype='multipart/form-data' action='/upload'>
<html:file property='browse' value='' style='display: none;' />
<html:text property='file' value=''/>
<html:button property='whatever' onclick='browse.click();file.value=browse.value;browse.disabled=true' value='Select a File...'/>
<br>
<br>
<html:submit property='submit' value='Submit' style='font-style: Arial;font-size:10px;'/>
</html:form>




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



Reply via email to