Forums

Is there any plugin which will allow me to upload large files (2 posts)

  1. watchersnplayers
    Member
    Posted 9 months ago #

    Is there any plugin which will allow me to upload large files for Videos, pictures, flash or any other file can be upto 500 mb

    Please help me if possible .

  2. kostas123
    Member
    Posted 9 months ago #

    WordPress's limits on upload file size are determined by your server's PHP settings , as well by configuring the wp-config.php file-settings .
    Your server's PHP-settings can be over-writen by :
    1)A php.ini file (upload_max_filesize ) in your web-host's root directory .
    2)OR the .htaccess file on your WordPress root installation . Read this article

    Also , at the end of " wp-config.php " paste this code " define('WP_MEMORY_LIMIT', '64M'); " (works for memory and file size)

    ps A good practice is to implement CDN ( content delivery network ) for large static files .

Reply

You must log in to post.

About this Topic