<form method="post" action="m2.php" enctype="multipart/form-data">
<input type="file" name="attach" accept="image/*" capture="camera" />
<input type="submit" value="확인" />
</form>
<p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera">
<p>Capture Audio: <input type="file" accept="audio/*" id="capture" capture="microphone">
<p>Capture Video: <input type="file" accept="video/*" id="capture" capture="camcorder">
'css, html' 카테고리의 다른 글
모바일에서 resize 안될 때 (0) | 2015.08.27 |
---|---|
iframe 높이[height] 지정 (0) | 2015.01.29 |
IE 개발자도구 Edge 태그로 지정하기 (0) | 2015.01.06 |
부트스트랩(bootstrap) CDN (0) | 2014.10.18 |
부트스트랩(bootstrap) 프로그래스 바(Progress bars) (0) | 2014.10.18 |