Konu
''Files larger than 500 kilobytes are not allowed.'' hatası
24-11-2019, 17:47:39
#2
holywar08
@ini_set( 'post_max_size', '128M');
@ini_set( 'upload_max_size' , '128M' );
function dosyasına ekleyip deneyin sorun çözülmez ise htacces' e ekleyin;
php_value post_max_size 128M
php_value upload_max_filesize 128M