I want the file upload element disappear, instead of it, I place a text
box and a button with my own css defination.
but it doesn't work on IE7. What should I do now?
<form action="upload. php" method="POST" enctype="multip art/form-data">
<p>
<span>Select photo:</span>
<input type="file" name="photo" style="display: none;">
<input type="text" name="photoUrl" class="s1" />
<input type="button" class="s2"
onClick="photo. disabled=false; photo.click();p hotoUrl.value=p hoto.value;phot o.disabled=true "
value="Browse" />
</p>
</form>
box and a button with my own css defination.
but it doesn't work on IE7. What should I do now?
<form action="upload. php" method="POST" enctype="multip art/form-data">
<p>
<span>Select photo:</span>
<input type="file" name="photo" style="display: none;">
<input type="text" name="photoUrl" class="s1" />
<input type="button" class="s2"
onClick="photo. disabled=false; photo.click();p hotoUrl.value=p hoto.value;phot o.disabled=true "
value="Browse" />
</p>
</form>
Comment