불당 resize - 1.0.8
- 첨부파일 이름에 특수문제가 있는경우 urldecode를 해야 함 (bbs/write_update.php 참조)
$upload[$i][file] = abs(ip2long($_SERVER[REMOTE_ADDR])).'_'.substr($shuffle,0,8).'_'.str_replace('%', '', urlencode($filename));
$upload[$i][file] = abs(ip2long($_SERVER[REMOTE_ADDR])).'_'.substr($shuffle,0,8).'_'.str_replace('%', '', urlencode($filename));
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 4개
$img=thumbnail($data_path. "/".$image, $imgwidth, $imgheight, 0, 1); //썸네일이 없을경우 원본출력
이부분.. 퀄리티는 어떻게 조종하나요? 그리고 크롭 방식은 어떻게 변경하는지..