i ve a very strang problem
i ve uploads images to a folder called = "uploads"okay
and i use this simple code to display that images
<html>
<body>
<img src="uploads/winter.jpg">
<img src="uploads/ball.gif">
</body>
</html>
the problem is the .gif pic is working very fine and the .jpg is not working at all
do any body know where is the problem