• HELLO,

    AT THE MOMENT I CAN ONLY UPLOAD 8MB TO MY MEDIA, I NEED THIS TO BE A LOT HIGHER IN ORDER FOR ME TO PROGRESS WITH MY WEBSITE.

    I NEED TO PROBABLY CHANGE THIS TO AROUND ABOUT 200MB AS I NEED TO UPLOAD MUSIC ALBUMS WHICH ARE A LOT BIGGER THAN 8MB

    PLEASE HELP!

Viewing 1 replies (of 1 total)
  • Try putting this in your .htaccess file:

    php_value upload_max_filesize 200M
    php_value post_max_size 205M

    Or php.ini:

    upload_max_filesize = 200M
    post_max_size = 205M

Viewing 1 replies (of 1 total)
  • The topic ‘INCREASING FILE UPLOAD AVAILABLITY’ is closed to new replies.