Difference between revisions of "FAQ Menaikan Upload Limit"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Edit file vi /etc/php5/apache2/php.ini ubah upload_max_filesize = 2M menjadi upload_max_filesize = 10M atau yang anda mau ==Referensi== * http://wptheming.com/2009/07/upload_ma...) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
upload_max_filesize = 2M | upload_max_filesize = 2M | ||
+ | post_max_size = 8M | ||
menjadi | menjadi | ||
− | upload_max_filesize = | + | upload_max_filesize = 100M |
+ | post_max_size = 100M | ||
− | atau yang anda | + | atau ke ukuran / size yang anda inginkan. Kemudian restart apache |
+ | |||
+ | /etc/init.d/apache2 restart | ||
Latest revision as of 07:06, 27 February 2011
Edit file
vi /etc/php5/apache2/php.ini
ubah
upload_max_filesize = 2M post_max_size = 8M
menjadi
upload_max_filesize = 100M post_max_size = 100M
atau ke ukuran / size yang anda inginkan. Kemudian restart apache
/etc/init.d/apache2 restart
Referensi
- http://wptheming.com/2009/07/upload_max_filesize/
- http://wptheming.com/wp-content/uploads/2009/07/php.ini
- http://wordpress.org/support/topic/video-too-large-over-8mb
- http://wordpress.org/support/topic/how-do-i-add-a-an-audio-file-to-my-blog-that-people-can-download?replies=18#post-875560