• Hello,

    I have installed your plugin which is super duper, I highly appreciate it.
    However, I am facing one issue, at the moment I am able to upload only 20 images at once. I have a list of 200 to 250 product each of these products has one image only. Is there a way to increase this limit to over 20? A swift response will be highly appreciated.

    Best Regards,

Viewing 1 replies (of 1 total)
  • increase your memory limit in wp_config.php by this:
    define( 'WP_MEMORY_LIMIT', '256M' );

    then go to your php.ini
    change the max_execution_time to at lease 600.
    change the max_upload_size in your php.ini to whatever upper limit you want.

    Remember to restart to reflect changes by
    sudo service apache2 restart

    • This reply was modified 3 years, 8 months ago by tresila.
    • This reply was modified 3 years, 8 months ago by tresila.
    • This reply was modified 3 years, 8 months ago by tresila.
Viewing 1 replies (of 1 total)
  • The topic ‘Can upload only 20 at once’ is closed to new replies.