Skip to content

Commit

Permalink
feat: 엑셀 파일에 있는 캐릭터의 모든 정보를 불러오는 로직 페이지에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Aug 25, 2024
1 parent 174ac0c commit fb9e258
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/static/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@
<input type="file" name="file"/>
<button type="submit">DB에 업로드</button>
</form>

<hr>

<form method="POST" action="/character/uploadAndFetch" enctype="multipart/form-data">
<input type="file" name="file"/>
<label>
<input type="text" name="date" placeholder="날짜입력(YYYY-MM-DD)"/>
</label>
<button type="submit">DB에 업로드 후 조회</button>
</form>
</body>
</html>

0 comments on commit fb9e258

Please sign in to comment.