FAQ Menaikan Upload Limit: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump 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)
No edit summary
 
(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 = 10M
  upload_max_filesize = 100M
post_max_size = 100M


atau yang anda mau
atau ke ukuran / size yang anda inginkan. Kemudian restart apache
 
  /etc/init.d/apache2 restart





Latest revision as of 00: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

Pranala Menarik