Get Duration of Audio file when Upload
Posted: 20 Sep 2015, 10:57
Hello,
I have a form to upload audio files on server. The name of the file, path and size is stored into a table in database.
The script is working, I can get the size of the uploaded file with: $_FILES['field_name']['size']. But, how can I get the duration of the audio file (MP3 and OGG)?
I want to store in database the duration in seconds.
Thanks.
I have a form to upload audio files on server. The name of the file, path and size is stored into a table in database.
The script is working, I can get the size of the uploaded file with: $_FILES['field_name']['size']. But, how can I get the duration of the audio file (MP3 and OGG)?
I want to store in database the duration in seconds.
Thanks.