Hey there! Thanks for dropping by Web Development Notes! Take a look around and grab the RSS feed to stay updated. See you around!
You can get file ext in this way:
$ext = array_pop(explode(‘.’, $file['filename']));
Also see: