• Resolved pdf

    (@pauldflynn)


    The documentation says it gets round a 2MB upload size limit by sending packages with no size greater than 2 MB.

    I have 20MB size limit and get an error saying I can’t ulpoad more than 20MB at a time…

    Does it support packages or not…it would seem my downloaded WordPress is 1.2 GB and it can’t handle it.

    What gives?

    Thanks

    Paul

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    Please read these this guide: How to Increase Maximum Upload File Size in WordPress

    The easiest way to figure out the problem is to request error logs from your hosting provider for your website, then examine them around the time when you tried to upload the file.
    You will see what limit you have encountered and increasing it will solve the issue.

    The settings in PHP that you likely need to adjust are:

    • upload_max_filesize – set this to a value > than your backup
    • post_max_size – set this to a value > than your backup
    • memory_limit – set this to a value > than your backup
    • max_execution_time – set this to 0 (infinite)
Viewing 1 replies (of 1 total)
  • The topic ‘Upload size limit…’ is closed to new replies.