Results 1 to 3 of 3

Thread: How can I increase max upload file size?

  1. #1
    Join Date
    Feb 2008
    Posts
    2

    Default How can I increase max upload file size?

    It's currently set to 100mb, I want to increase it - how to do it?

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: How can I increase max upload file size?

    It's done in .htaccess

    Try doing a forum search for max upload, there's probably an answer already posted...

    for what it's worth, here's what I'm using:

    Code:
    php_value upload_max_filesize 100M 
    php_value post_max_size 100M 
    php_value output_buffering on 
    php_value max_execution_time 1000 
    php_value max_input_time 1000 
    php_value session.gc_maxlifetime 14400
    If it's not fun, stop doing it!

  3. #3
    Join Date
    Jan 2008
    Posts
    147

    Default Re: How can I increase max upload file size?

    First you need to get your host to set it up to allow files over 100mb most are capped at 100mb, then you need to do the .htaccess mod and php.ini.

Similar Threads

  1. Uploading and File Size Increase
    By nowordneeded in forum General Discussions
    Replies: 15
    Last Post: 02-10-2010, 08:11 PM
  2. Column size increase
    By djdubuque in forum Template Modifications
    Replies: 2
    Last Post: 06-05-2008, 07:39 AM
  3. increase the size of profile pic
    By harvey in forum General Discussions
    Replies: 4
    Last Post: 02-26-2008, 03:01 AM
  4. Increase size of Profile Pic
    By zmoore in forum Template Modifications
    Replies: 4
    Last Post: 01-09-2008, 04:31 AM
  5. file size to upload
    By ostendo in forum Frequently Asked Questions
    Replies: 11
    Last Post: 06-01-2007, 07:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •