problems using Mozilla browser
Posted: Tue Jan 04, 2005 5:54 pm
hi all.
i have this piece of code to starting uploading images:
and using Firefox i can't upload jpegs, using IE everything works well
when testing gifs, works well on both.
any ideas why this is not working?
thanks.
i have this piece of code to starting uploading images:
Code: Select all
<?php
if ( $_FILES['img']['type'] == "image/gif" || $_FILES['img']['type'] == "image/pjpeg" )
?>when testing gifs, works well on both.
any ideas why this is not working?
thanks.