I am trying to upload an audio to server using php. I am getting this error. I understood the problem is due to timeout. But how to change on thew server??
set_time_limit(0)
This will set the time limit to nothing (aka no time limit)