본문 바로가기


웹관련팁

부트스트랩 4 첨부파일명 안보이는 경우

by aisi1004 2021. 5. 1.

부트스트랩 4 첨부파일명 안보이는 경우

자바스크립트 안에 이렇게 넣어주면 됩니다.

<script> $("input[type='file']").on('change',function(){ $(this).next('.custom-file-label').html(event.target.files[0].name);});</script>      

 

Not selected Bootstrap 4 attachment name not visible





댓글