TIL

2021.08.27~28 기록장

Gisungcu 2021. 8. 26. 23:50

ToDo

  • 토이 프로젝트
  • 책 읽기

Done

  • 토이 프로젝트

Weekly goal

  • 책 읽기

 

form을 통해 여러 개의 파일을 받을 일이 생겨서 input을 사용했다.

근데 파일을 선택하지 않아도 size가 0인 파일이 계속해서 들어오는 문제를 확인했다.

webDataBind시에 하나를 넣는 거 같은데 무슨 이유로 추가해주는지..

https://stackoverflow.com/questions/22391064/why-is-spring-mvc-inserting-an-empty-object-into-what-should-be-an-empty-list

 

Why is Spring MVC inserting an empty object into what should be an empty list?

I'm uploading multiple files. This works fine when I actually select files to upload; they get into their List just fine, but when I click Upload without selecting a file, instead of getting an empty

stackoverflow.com