//get image extension of uploaded file in php $imagetype = $_FILES['image']['name']; $ext = pathinfo($imagetype, PATHINFO_EXTENSION);// get file extension