Forums

Large File Uploads (4 posts)

  1. smullins
    Member
    Posted 2 years ago #

    I am having a difficult time uploading large files on my site. Is there a max. size file that can be uploaded on wordpress? If so, what is that size?

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    there is most likely a file upload limit on your server. Most hosts have one. Look into that first, often it defaults at 8Mb

    You can sometimes change that limit with a php.ini file, again you'll have to check with your host about that

  3. jeffday777
    Member
    Posted 2 years ago #

    I'm having the same problem with large file uploads, and I know that there isn't a file upload limit on my server ... how do fix the issue so I can upload large files? Any ideas would be appreciated.

  4. Shane G.
    Member
    Posted 2 years ago #

    Hi,

    Add this code in htaccess of your blog:

    php_value upload_max_filesize 20M
    php_value post_max_size 20M
    php_value max_execution_time 200
    php_value max_input_time 200

    Change the max upload limit according to your requirement.

    Thanks,

    Shane G.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags