1.

Solve : HTML -input type file?

Answer»

I have a problem with my input field for selecting an image. Whenever I click the button to browse for the image Firefox closes down. It IE7 it works ok.<BR>
Code: [Select]<form ACTION="#" method="POST" enctype="multipart/form-data">
<p><label for="PoiLongitude"><strong>Ime kategorije:</strong></label>
<input type="text" name="nova_kategorija" id="nova_kategorija" SIZE="30" /> </p>

<p><label for="PoiLongitude"><strong>Ikona kategorije:</strong></label>
<input type="file" name="datoteka" class="textbox" size="30" /></p>
<p><small>(*.BMP in MAX. 24x24 px)</small></p>
<br />
<p><input type="submit" name="vnesi_kategorijo" id="vnesi_kategorijo" value="Vnesi" /></p>

</form>works fine for me in firefox.... what version of firefox are you WORKING with? I've got 2.0.14Yeah I got that to. and i saw that the issue is just on my side which makes it really weird. Im gonna reinstall Firefox.



Discussion

No Comment Found