Q&A

라이믹스 사진 파일 첨부시 이미지로 특정하고 싶습니다.

2025.02.26 09:19
85
0
CMS/프레임워크 Rhymix 2.1
개발 언어 PHP 8.0

라이믹스 사진 파일 첨부 시 

 

<input type="file" accept=".png, .jpeg">

 

이런 식으로 되어 있는데,

해당 코드를

 

<input type="file" accept="image/png, image/jpeg">

 

처럼 image라고 특정하고 싶습니다.

 

파일 첨부 아이콘 브라우저 검사 콘솔에 나오는 HTML

 

<input id="xe-fileupload" type="file" class="fileupload-processing " name="Filedata" data-auto-upload="true" data-editor-sequence="11323" multiple="">

 

위 내용은 자바스크립트 자동 생성인 것 같긴 한데

어디를 수정하면 이걸 개선할수 있을까요?

댓글 1