06-03-2008, 04:57 PM
|
#1 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Getting a file extention
I am wondering how you get the file name and exstention from a $_FILES field because this doesn't work:
PHP Code:
$filename = $_FILES['myinputbox'];
Thanks,
Evan Byrne
|
|
|
|