Agus Setiawan's Blog

Life with UNIX/Linux

Archive for the ‘PHP’ Category

PHP : UPLOAD_ERR_INI_SIZE

without comments

Kita ubah agar maximum upload files di webnya jadi 64MB :

; Maximum allowed size for uploaded files.
upload_max_filesize = 64M

Konfigurasi tentang php ada di file php.ini

Written by Agus Setiawan

February 7th, 2010 at 5:56 pm

Posted in FreeBSD, PHP