Skip to content

input - 연속적인 중복 파일 업로드 문제 #53

@ez1n

Description

@ez1n

피드 생성에서 이미지를 추가할 때,
같은 이미지를 연속으로 선택하면 업로드되지 않는 문제 발생

image

file을 등록할 때 input 태그를 클릭 시 value 초기화를 하지 않으면 동일한 값이 남아있기 때문에 onChange 이벤트가 실행되지 않음

image

따라서 위와 같이 onClick 이벤트 (value 초기화)를 실행하도록 함

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions