02-04-2008, 04:49 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
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
|
|
|
|