I am using the recorderjs from https://github.com/addpipe/simple-recorderjs-demo
It works very fine but when I record an audio which is longer than 30 seconds, it doesn't upload it - How can I increase the max. filesize / audio length of recorderjs?
Thanks in advance!
Please increase the size of upload_max_filesize
in php.ini
file.
This will fix your error. I have checked this on my local system, it's now uploading the larger files.
Thanks