Hi, I just need to upolad an image to a directory.Is there a way to just show Pictures(.gif,.jpg) in the choose file popup box.
regards anoopd
i dont believe so, youd have to check via php.
something like
if ($_FILES["yourfile"]["type"]!="image/gif") { echo "You may only upload GIF files.<br>"; }