Javascript – Uploaded file can't set into the selected state in react
I am creating a file upload using react. I want to set the state variable to the uploaded file(.docx or .pdf) as soon as the it was uploaded. But when the set state calls, it shows undefined. const [selectedFile, setSelectedFile]…