Answers for "take the extension file php from upload"

PHP
3

php get uploaded file extension

$ext = pathinfo($_FILES["file"]["name"], PATHINFO_EXTENSION);
Posted by: Guest on November-04-2019
1

php file extension

$ext=pathinfo($file, PATHINFO_EXTENSION);
Posted by: Guest on October-09-2021

Code answers related to "take the extension file php from upload"

Browse Popular Code Answers by Language