Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    @smeerdude

    Thanks ??

    You can use the below code in your application to change upload size limit.

    ini_set("post_max_size", "30M");
    ini_set("upload_max_filesize", "30M");

    Please give your ratings for my plugin.

    Thanks,
    Praveen

    darkgoldblade01

    (@darkgoldblade)

    Where would you put that? I am unable to find where that is…

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    You will have to add the above code to your application code. One choice is to add this to your wp-config.php file of WordPress installation.

    You can also use .htaccess file to initialize this setting.

    Thanks
    Praveen

    Hi

    I’m trying to use this plug-in on my site but I’m still having issues with the file size. I’ve edited my php.ini and added upload_max_filesize = 20M.

    On the plug-in overview page this does change to the 20m, but on the actual upload video section it says Maximum file upload size: 8MB.

    I’ve tried the method described in one of the above posts by putting the code below into my wp-config file but to no avail.

    ini_set("post_max_size", "30M");
    ini_set("upload_max_filesize", "30M");

    Thanks in advance
    Henry

    Hi Praveen –

    Can you give some more information please? I need to increase the file size allowed. Adding the two ini_set lines to the wp-config file didn’t do it for me. On the server data shown on the plugin’s overview page, it still shows 10M, and I can’t upload a file larger.

    It should be so simple, but I apologize for inability to make the change.

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @donnabaker

    If your site is in some shared hosting then your host must have disabled such features. Instead of changing the configuration you could upload videos through FTP and then scan those videos through the option available.

    Thanks
    Praveen

    Hi Praveen –

    No, my host doesn’t impose a file upload size limit. I’m referring to the Video Gallery Overview page,

    But – I think I just figured out where to find the Gallery folder, so I can do as you suggest with the scan command.

    Many, many thanks!

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @donnabaker

    The details shown in the overview page is your Server Configuration. Your host supports only upto 10MB of maximum upload size. Please contact your host to increase it.

    Thanks
    Praveen

    I don’t see this option below Praveen

    “you could upload videos through FTP and then scan those videos through the option available.”

    which option are you talking about?

    I have the video uploaded via ftp but don’t see the option in cool video gallery…

    thanks man its awesome otherwise…

    I am needing to increase file size as well

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @vincentortegajr

    Please create a gallery using the plugin. Move your video files into this gallery through FTP access. Go to manage gallery page and select the gallery created now. Use the scan gallery folder button in that page to add videos to gallery.

    The file upload limit depends on your hosting site. You will have to contact your host provider for the same.

    Thanks
    Praveen

    thanks, but I cannot the wp-config.php file. I found one called wp-config-sample.php, but that’s it. where should I look?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    @kennymikey

    wp-config-sample.php is the file that is renamed to wp-config.php during the time of WordPress installation. You could try renaming the same and put the configuration in it.

    Thanks
    Praveen Rajan

    Hi Praveen,

    I’m evaluating/testing your Cool Video Plugin and I find it great! Thank you for contributing and sharing the Plugin.

    Now, i have a site with two Cool View Gallery, the first gallery has 10 videos listed and the second gallery has 10 videos also. I need to upload 20 videos in one page if possible but video 11-20 does not appear. So I split the videos into two galleries. Still the second gallery does not appear in the page along with the 10 videos.

    Please help me on this.

    The site is https://www.richmondinnsilay.com

    Check the About Us – Gallery page.

    I hope to hear your advice asap.

    More power!

    Thanks for the great plugin Praveen, and thanks for all your help!

    I was having the same file size issue, and your instructions were awesome. Cheers!

    plugin is awesome but I have got one problem .. I wanna upload flv videos of size more than 20MB .. I have used this in wp-config.php

    ini_set(“post_max_size”, “30M”);
    ini_set(“upload_max_filesize”, “30M”);

    but when I tried to upload , after 15-20 minutes the result was nothing not even any kind of error message , so what should I do now ??

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