HTML
모바일에서 웹 파일 업로드 갤러리 불러오기
PC에선 일반 파일찾기처럼 동작하고 모바일에서는 사진촬영, 갤러리가 노출됩니다.
<input accept="image/*">
<input accept="file_extension|audio/*|video/*|image/*|media_type">
PC에선 일반 파일찾기처럼 동작하고 모바일에서는 사진촬영, 갤러리가 노출됩니다.
<input accept="image/*">
<input accept="file_extension|audio/*|video/*|image/*|media_type">
Contents