View Single Post
Old 08-18-2008, 11:46 AM  
snowpimp
Confirmed User
 
Join Date: Feb 2002
Location: South Lake Tahoe, CA
Posts: 1,099
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

snowpimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote