Forums

How to increase the upload filesize limit? (3 posts)

  1. Andrew
    Member
    Posted 5 months ago #

    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

  2. Peter Wilson
    Member
    Posted 5 months ago #

    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
  3. Andrew
    Member
    Posted 5 months ago #

    Okay, thank you. I'll try it.

    -Andrew

Reply

You must log in to post.

About this Topic