LoadPicture() 로 이미지 사이즈 변경하기 > 기술자료 | 해피정닷컴

LoadPicture() 로 이미지 사이즈 변경하기 > 기술자료

본문 바로가기

사이트 내 전체검색

LoadPicture() 로 이미지 사이즈 변경하기 > 기술자료

ClassicASP LoadPicture() 로 이미지 사이즈 변경하기

페이지 정보


첨부파일

본문

<table cellspacing=0 cellpadding=0 width="100%" border=0>
<%
  if file_name <> "" then
    if Len(file_size) > 0 then
      if Clng(file_size) > 1024000 then
        file_size = Round((Clng(file_size) / 1024000) * 1000) / 1000 & " MB"
      elseif Clng(file_size) > 1024 then
        file_size = Round((Clng(file_size) / 1024) * 10) / 10 & " KB"
      else
        file_size = file_size & " Byte"
      end if
    end if

    FileExt = ucase(right(file_name,3))    ' 확장자 얻기
    Dim FileIcon
    Select Case FileExt
      Case "ARJ", "BMP", "COM", "DOC", "EXE", "GIF", "HWP", "HLP", "JPG", "MDB", "PDF", "PPT", "RA", "RAM", "RAR", "TXT", "WAV", "XLS", "ZIP" 
        FileIcon = FileExt & ".gif"
      Case Else
        FileIcon = "etc.gif"
      End Select

    gif = "<img src=../images/icon/"&FileIcon&" border=0 align=absbottom>"
    ' 첨부파일의 경로와 파일명을 함께 노출시키기 위해
    file_link =  "<a href = '../upload_file/"&file_name&"' target='_blank'>"&gif&" "&file_name&"</a>"

    ' 이미지 사이즈를 체크 하는 부분
    Sub GetImageSize(ByVal f, ByRef x, ByRef y)
      Set p = LoadPicture(f)
      x = CLng(CDbl(p.Width) * 24 / 635) ' CLng 의 라운드 오프의 기능을 이용하고 있다.
      y = CLng(CDbl(p.Height) * 24 / 635) ' CLng 의 라운드 오프의 기능을 이용하고 있다.
      Set p = Nothing
    End Sub  

    if len(file_name) <> "" and not isnull(file_name) then
      if FileExt = "jpg" or FileExt = "gif" or FileExt = "JPG" or FileExt = "GIF" or FileExt = "BMP" then
        GetImageSize Server.MapPath("./")&"\upload_file\"&file_name, x, y
        if x > 250 then
          GetImage_width = "width='200'"
        else
          GetImage_width = ""
        end if
      end if
    end if
'   response.write("GetImage_width = "& GetImage_width &"<br>")
 
    if FileExt <> "jpg" and FileExt <> "gif" and FileExt <> "JPG" and FileExt <> "GIF" and FileExt <> "BMP" then
'   첨부파일이 이미지가 아닐때
%>
  <tr>
    <td align="center" style="padding:9 0 5 0; font-weight:bold; color:#FF922C;">첨부파일</td>
    <td style="padding:9 0 5 0;"><%=file_icon%> <%=file_link%></td>
  </tr>
<%
    end if
  end if
%>    
  <tr>
    <td colspan="2">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <% if  GetImage_width <> "" then %>
        <tr>
          <td width="<%=GetImage_width%>" style="padding:0 20 0 0;"><img src="./upload_file/<%=file_name%>" <%=GetImage_width%></td>
          <td><%'=content%></td>
        </tr>
        <% else %>
        <tr>
          <td colspan="2"><%'=content%></td>
        </tr>
        <% end if %>
      </table>
    </td>
  </tr>
</table>


참고자료
http://kin.naver.com/detail/detail.php?d1id=1&dir_id=10112&eid=Q5h8MuKjhvt+BosJYRojs7XUyM2q/kN/&qb=YXNwIEdldEltYWdlU2l6ZQ==&pid=fZ8gmwoQsDCsscyKbCwsss--431731&sid=SE8Q4asHT0gAAGGMFRk  

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 108 페이지
  • RSS
기술자료 목록
501
일반   14331  2008-06-11 10:24  
열람
ClassicASP   13977  2008-06-11 09:54 ~ 2009-07-20 00:00  
499
ClassicASP   12539  2008-06-10 19:47 ~ 2009-10-26 00:00  
498
영카트   15636  2008-06-09 11:02  
497
HTML   13136  2008-06-08 07:25 ~ 2010-12-06 00:00  
496
영카트   13350  2008-06-07 18:08  
495
일반   11869  2008-06-05 05:06  
494
JavaScript   24961  2008-06-04 12:18  
493
ClassicASP   15370  2008-05-29 22:14  
492
WindowsServer   22173  2008-05-29 17:51 ~ 2015-02-23 00:00  
491
테크노트   14651  2008-05-27 10:19 ~ 2022-10-13 07:40  
490
ClassicASP   15483  2008-05-23 23:29  
489
ClassicASP   21911  2008-05-23 23:14 ~ 2016-01-23 00:00  
488
MSSQL   24879  2008-05-22 05:48 ~ 2016-05-28 00:00  
487
ClassicASP   10061  2008-05-20 19:10  
486
Linux   9557  2008-05-20 08:10 ~ 2021-09-09 09:29  
485
메이크샵   14374  2008-05-03 11:28  
484
JavaScript   13734  2008-05-15 21:00  
483
도메인   12691  2008-05-15 14:14  
482
영카트   11717  2008-05-14 11:57  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.