Viewing 4 replies - 16 through 19 (of 19 total)
  • I have changed Maximum file upload size to 64MB but still unable to upload videos , after 15-20 minutes of loading result is nothing ..

    @praveen

    finally I’av done with it . I think there should be a progress bar for video uploading so that one could know the progress without getting confused ..

    thank you

    Hi Praveen,

    Cool video gallery is a great plugin, i have implemented on one of my client’s site. I am facing problem on uploading video file of more then 8mb it takes to connection time rest page. I have read your old post and i did
    ini_set(“post_max_size”, “75M”);
    ini_set(“upload_max_filesize”, “75M”);

    i was to upload video file of size 75mb.
    Still it show me same problem. Not sure what it is. Please help me.

    Thanks,
    Bhavika

    hiii Bhavika,

    create php.ini file in wp-admin folder and paste these lines

    post_max_size = 75M
    upload_max_filesize = 75M
    max_execution_time 300
    max_input_time 300

    thats all you have to do.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: Cool Video Gallery] File upload size’ is closed to new replies.