please help me with simple php
can someone help me add file types to my upload script please?
current it checks for jpeg and errors if it's not that one type:
if ($type == "image/jpeg"){
i want to add supported file types so i've changed it to:
if ($type == "image/jpeg")
|| ($type == "image/jpg")
|| ($type == "image/gif")
|| ($type == "image/psd")
|| ($type == "image/tiff")
|| ($type == "image/bmp")
{
but it's not happy...
__________________
HIGH QUALITY ADULT AND NON-ADULT DESIGN/MARKETING WORK SINCE 1997!!
Yan - ICQ # 4790444 - Phone: 530-544-7058
|