불당 resize - 1.0.8 정보
불당 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));
추천
0
0
댓글 전체
최신글에서 사용하는데..
$img=thumbnail($data_path. "/".$image, $imgwidth, $imgheight, 0, 1); //썸네일이 없을경우 원본출력
이부분.. 퀄리티는 어떻게 조종하나요? 그리고 크롭 방식은 어떻게 변경하는지..
$img=thumbnail($data_path. "/".$image, $imgwidth, $imgheight, 0, 1); //썸네일이 없을경우 원본출력
이부분.. 퀄리티는 어떻게 조종하나요? 그리고 크롭 방식은 어떻게 변경하는지..
b4.common.js가 없는데요... 어디서 받을 수 있나요?
누락되었네요. 올렸습니다. zzzz님이 좋은 코드 주셔서 이쁜 resizing이 됩니다.