Node js

이미지 미리보기 구현

봉주니 2019. 6. 26. 14:53

이미지 업로드시 미리보기 구현을 위해 아래와 같이 스크립트로 구현가능

 

<div id="preview" stype="max-height:300px; height:auto; width:auto; bordrer: 1px sloid #000; display: none;"></div>

<input type="file" id="file" accept="image/*" capture="camera" onchange="getPreview(this, $('#preview'))"/>

반응형