list.skin.php 확장자없는 이미지파일 썸네일문제.
본문
게시판 리스트중 썸네일중에서
아래처럼 글내용에 등록되어 있으면 정상적으로 썸네일이 나오는데
<img name="target_resize_image[]" onclick="image_window(this)" style="cursor:pointer;" class="aimg" src="http://localhost/gnu/data/file/star/123.gif" border="0"></p>
gif파일이지만 확장자가 안붙어있어서 글내용에는 정상적으로 이미지가 보이는 파일들을
(아래와같은 태그로 등록되있는 이미지 파일)
<img name="target_resize_image[]" onclick="image_window(this)" style="cursor:pointer;" class="aimg" src="http://localhost/gnu/data/file/star/123" border="0"></p>
썸네일로 못불러오고있습니다.
해결방법좀 알수있을까요
답변을 작성하시기 전에 로그인 해주세요.