0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

How to change the php.ini to increase max file upload

  • How to change the php.ini to increase max file upload

    Posted 13 years 9 months ago
    • How do we change the php.ini (or is it another file?) to increase the maximum file size upload in Media manager?

      Thanks for help
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: How to change the php.ini to increase max file upload

    Posted 13 years 9 months ago
    • Change php.ini
      ; Maximum allowed size for uploaded files.
      upload_max_filesize = 2M

      to

      ; Maximum allowed size for uploaded files.
      upload_max_filesize = how much you want
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: How to change the php.ini to increase max file upload

    Posted 13 years 9 months ago
    • Thanks a lot, Cliff

      I'll try it once I find the file.
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: How to change the php.ini to increase max file upload

    Posted 13 years 9 months ago
    • You may need to contact your host and have them do it, sometimes they do not allow you access that file. They may also have restrictions on how high you can set the limit, so I would contact them to find out for sure. Every host is different and has different policies regarding this file.
    • The difficult we do immediately, the impossible takes a little longer.
  • Re: How to change the php.ini to increase max file upload

    Posted 13 years 9 months ago
    • Cliff Pfeifer wrote:
      You may need to contact your host and have them do it, sometimes they do not allow you access that file. They may also have restrictions on how high you can set the limit, so I would contact them to find out for sure. Every host is different and has different policies regarding this file.
      This certainly enlightens me more. I'll ask my host. Thanks a lot, Cliff.

Time to create page: 0.074 seconds