3 Easy Ways to Increase the Maximum Upload File Size in WordPress
Автор: Cloudways
Загружено: 2025-07-29
Просмотров: 443
Описание:
If you’ve ever tried uploading a large theme, backup, or video file to your WordPress site and hit a frustrating limit, this video is for you.
We’ll walk you through three ways to increase your WordPress upload file size—whether you prefer using code, installing a plugin, or making quick changes directly from your Cloudways dashboard. You don’t need to be a developer to follow along, and by the end of the video, you’ll be able to upload larger files without running into limits.
Use the code below if you choose the coding method shown in the video.
Copy and paste the following code at the top of the .htaccess file and save:
#increase upload file size limits
php_value upload_max_filesize 64M
php_value post_max_size 128M
php_value memory_limit 128M
php_value max_execution_time 300
php_value max_input_time 300
Copy and paste the following code in the php.ini file and save:
upload_max_filesize = 64M
post_max_size = 128M
memory_limit = 256M
max_execution_time= 300
max_input_time= 300
Copy and paste the following code at the bottom of the wp-config.php file and save:
@ini_set('upload_max_filesize' , '64M');
@ini_set('post_max_size', '64M');
@ini_set('memory_limit', '128M');
For more details, check out this blog
👉https://www.cloudways.com/blog/increa...
Learn more about Cloudways:
👉https://www.cloudways.com/en/id=93296...
Check out more Cloudways Tutorials:
👉 • Cloudways 101 | Getting Started with Cloud...
💡Save 20% for 3 months on all plans with code YOUTUBE20, and try Cloudways for hassle-free managed cloud hosting for your business.
Get started here: 🔗https://platform.cloudways.com/signup...
#Cloudways #UploadSize #WordPress
💬 Comment below if you have any questions, and let us know which tutorials you want to see next for the Cloudways platform.
📍Follow us for more on Cloudways
/ @cloudways
/ cloudways
/ cloudways
/ cloudways
/ cloudways_official
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: