PHP/codeigniter
CIBOARD3.03 smarteditor 이미지 업로드 에러시 수정사항
for2gles
2020. 8. 11. 16:21
smarteditor 사진 업로드시 400에러가 뜨는 현상
The URI you submitted has disallowed characters.
위 에러가 뜬다면
config/config.php
$config['permitted_uri_chars'] 에 | 추가
결과물
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-|';