ant design1 ant design 의 Upload 컴포넌트로 파일과 string 데이터 업로드하기 react를 배우면서 겪은 내용들을 로깅해봅니다. 프론트는 React(with axios)로 작성하였고 백앤드는 node.js, express를 사용하여 API 서버로 구성하였습니다. 자세한 코드들은 생략합니다. 1. React 컴포넌트 작성 1.1 우선 React에서 ant design의 Dragger 컴포넌트를 작성합니다. Dragger 컴포넌트(Upload 컴포넌트) 참고 : https://gary-shen.github.io/ant-design/components/upload/ const [fileList, setFileList] = useState([]); const meta = { title: 'title 1', contents: 'contents 1', } const handleUpload =.. 2021. 6. 23. 이전 1 다음