Share via

jetpack wordpress upload limit

Uğur 1 Reputation point
2020-12-08T08:50:54.51+00:00

hey i want to upload a new theme to wordpress but everytime i try to install it i got error.

i have tried many ways to solve this issue but none of them helped me.

i tried to change php.ini and wp-config.php

anyone have solutions for this spesific issue?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


4 answers

Sort by: Most helpful
  1. Dave Rendon 21 Reputation points MVP
    2020-12-10T01:35:48.343+00:00

    You can create a file in your wwwroot folder, name it ".user.ini" and specify the upload limit:

    upload_max_filesize = 512M
    post_max_size = 5120M
    memory_limit = 512M

    hth

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  2. Rootix Weblog 6 Reputation points
    2022-06-18T06:36:23.203+00:00

    hi my firend. You can create a file in your root folder, name it ".user.ini" and specify the upload limit:

    upload_max_filesize = 512M
    post_max_size = 5120M
    memory_limit = 512M

    Set these items
    good luck

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Govind Kumar 6 Reputation points
    2022-04-18T20:14:41.96+00:00

    Thank you! Daverendon, you solve my problem. I was facing this problem on wplocker, now you solve my problem.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  4. Travilla Israeli 6 Reputation points
    2020-12-11T21:11:45.027+00:00

    daverendon answer is right
    upload_max_filesize = 512M
    post_max_size = 5120M
    memory_limit = 512M
    we use Wordpress for our Unique Teavels & Tours website.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.