smarteditor 사진업로드가 안되는 현상 해결방법(400error)
- 플라이이글스
- 0
- 2,856
- 글주소
- 08-11
smarteditor 사진업로드를 했는데 400에러가 발생 (The URI you submitted has disallowed characters.)
위 에러가 발생한다면
config/config.php
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-'; 를
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-|';로 수정
# 수정사항 => | 추가