lundi 4 septembre 2017

How to get duration of mp3 file in laravel 5.5

i have just make new web app i need to get mp3 duration or length name artist name album name of file i haven't found any package for that
how can i do this here is my view form

<div class="box-body">
                {!! Form::open(['route' => 'admin.mp3.post', 'files'=>true])   !!}
                <!-- text input --> <div class="form-group">
                  {!! Form::label('mp3', 'Choose Mp3 File') !!}
                  {!! Form::file('mp3') !!}
                </div>
             {!! Form::submit('Submit', array( 'class'=>'btn btn-info' )) !!}
            {!! Form::close() !!}
            </div><!-- /.box-body -->



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire