Is it possible to check the length of a .mp3 file ?
I have used the getimagesize($_FILES['upload']['tmp_name']); to check the width and height of a profile photo before upload.
And now I need musicians to be able to upload sound clips in mp3 format to their profile. But according to the low a sound clip must last a maximum of 45 seconds. So is it possible to check this before upload or after upload ?