phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phptest-users] SWF Filetype


From: Army
Subject: [Phptest-users] SWF Filetype
Date: Tue, 2 Mar 2004 12:59:27 +0800

hi,
 
I tried to add a flash file (.swf) as an additional filetype image for uploading in h.inc.php but i can't make it work, it says, INVALID FILE TYPE...is it possible for swf file be embedded to a question?
 
here's what i did:
 
$image_type = array('image/x-png',
                        'image/png',
                        'image/gif',
                        'image/x-gif',
                        'image/swf',
                        'image/jpg',
                        'image/pjpeg',
                        'image/jpeg');
 
Many thanks for your help..
 
Army
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]