简体   繁体   中英

Wordpress upload size increase

I've tried to increase my upload size for wordpress in many ways. I tried doing it through my functions.php , through a php.ini file, through htaccess. No luck. When i try to upload a media file it says "Max upload size 1 MB". Latest i've tried was php.ini. I added this file to the wp-admin folder via FTP. It looks like follow:

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

I even tried a plugin. And it stays at 1 MB. (this plugin worked on a previous website ). Now I feel like i've tried everything ive come to seek for help from the experts.

*** Important to know. Im using a multisite network.

Go to you cpanel - MultiPHP Ini Editor. Select your website directory (refer screenshot) 在此处输入图片说明

Then change shown parameters as per you requirement

在此处输入图片说明

You can use a plugin to increase max upload size. https://wordpress.org/plugins/upload-max-file-size/ This is the plugin. I have used it many times and got the success.

After using this plugin, my media upload size became 250MB.

Thanks to this plugin. Easy to use.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM