I have trouble with wordpress file uploading limit. right now i have 8MB limit. but i want to increase it to 100 MB to 200MB. Please guide me how to do it.
相关问题
- Display product ACF field value in Woocommerce tra
- Adding a custom button after add to cart button in
- How to add a “active” class to a carousel first el
- Setting custom order statuses as valid for payment
- change the font size in tag cloud
相关文章
- wordpress新增页面如何个性化设置
- select query in wordpress
- Get WooCommerce featured products in a WP_Query
- Woocommerce update shipping methods in checkout vi
- Change order status just after payment in WooComme
- Publishing or uploading failed. Error message: “Th
- Facebook Login With WP JWT Auth
- Wordpress development process
Just try with this one
3) save, close and rename that file to "php5.ini" and upload it to the wp-admin folder
of your wordpress install
Try these settings in your .htaccess file:
If that doesn't work, or your code starts throwing an error, then you're probably on a shared host that won't let you increase the size.
You should change
upload_max_filesize
in your php.ini:upload_max_filesize = 32M
Take a look here : http://mynotes.farkess.com/2012/08/02/wordpress-increase-media-upload-size/ it's worked for me with wordpress 3.4.1, it just need editing 2 wordpress database entry.