• Resolved lblasevich

    (@lblasevich)


    Hi,

    I have created a gallery with 200 images with filters but I would like to upload more.
    When I try to upload another one and save it, it doesn’t show, why?

    Is there a limit? I don’t think so.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Thanks for contacting us.

    That’s a server related issue, your server is not posting all the values.

    Please contact your hosting service provider and update the below variables in your php.ini file.

    max_input_vars = 5000
    post_max_size = 256M
    memory_limit = -1
    max_input_time = -1
    max_input_nesting_level = 256
    upload_max_filesize = 256M
    max_file_uploads = 100

    Please change these values.

    Please try it and let us know.

    Have a nice day.

    Thanks

    Thread Starter lblasevich

    (@lblasevich)

    Works perfectly now.

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Upload limit?’ is closed to new replies.