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 .
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 .
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 .
You must log in to post.