업로드 용량 문제 (아는사람없나요???;;;) 정보
업로드 용량 문제 (아는사람없나요???;;;)본문
php.ini 에서 값들 200m이상으로 다 수정하였는데
업로드하면
Request Entity Too Large
The requested resource
/bbs/write_update.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
37메가 정도까지는 업로드가 됩니다. 그이상 업로드하면 업로드중 저렇게 에러 납니다.
아시는분.... 없나요? 3번짼데;;
php.ini 설정은
max_execution_time 360
max_input_time 360
mory_limit 128M
post_max_size 8M
upload_max_filesize 200M
입니다.
업로드하면
Request Entity Too Large
The requested resource
/bbs/write_update.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
37메가 정도까지는 업로드가 됩니다. 그이상 업로드하면 업로드중 저렇게 에러 납니다.
아시는분.... 없나요? 3번짼데;;
php.ini 설정은
max_execution_time 360
max_input_time 360
mory_limit 128M
post_max_size 8M
upload_max_filesize 200M
입니다.
댓글 전체