Thread: Image Uploading
View Single Post
Old 02-04-2008, 04:49 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Image Uploading

When making an upload script, does the name key ( e.g.
PHP Code:
$_FILES['image']['name'
) contain the file type aswell? (e.g. .JPG) or do I have to just get that from
PHP Code:
$_FILES['image']['type'
Just wondering. :]
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote