Is there is any plugin to upload videos and audios having restriction on 1 minute length in CakePhp 2.7.11

Back in 2016 i developed a test app in cakephp 2.7 and upload it to bitbucket now i am trying to run this using Php version 5.6 on server-side.
How i have situation where i have to design a message box where user can send text as well as Audio and video of limit duration of just one minute is there is any plugin or extension that i can use or some handy way i can use.

You might take a look at a service like cloudinary, they have a PHP integration.

https://cloudinary.com/documentation/php_integration

1 Like

thanks for your guidance