• Andrew

    (@ndrwglrzayahoocom)


    Hello.

    How can I increase the maximum size for uploads?

    Right now, it’s 7mb and I’d like to increase it a lot.

    Please help.

    Thank you,

    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • Adding the following lines to the top of your .htaccess file may work. If it doesn’t you will need to speak to your hosting provider.

    # replace 16M with your desired upload size.
    php_value post_max_size 16M
    php_value upload_max_filesize 16M
    Thread Starter Andrew

    (@ndrwglrzayahoocom)

    Okay, thank you. I’ll try it.

    -Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase the upload filesize limit?’ is closed to new replies.