here is my script
[HTML]<input type="button" value="file" onclick="docume nt.getElementBy Id('file').clic k()">
<input type="file" style="display: none" id="file" onchange="alert (this.value)"> [/HTML]
and this i my problem
this script works on IE but it don't works on FF can anyone tell me how to make it work on FF too?
[HTML]<input type="button" value="file" onclick="docume nt.getElementBy Id('file').clic k()">
<input type="file" style="display: none" id="file" onchange="alert (this.value)"> [/HTML]
and this i my problem
this script works on IE but it don't works on FF can anyone tell me how to make it work on FF too?
Comment