JSP
ã¨ããããslim3ã ã¨getParameter()ã¯åãããã©ãgetParameterValues()ãnullã«ãªã£ã¦å°ã£ããJSPã¯ãããªãã <form id="form" action="/hoge" enctype="multipart/form-data" method="post" > <input type="text" name="name" /> <input type="file" name="image" accept="image/*" /> <c:forEach var="o" items="${checks}"> <span></span></c:foreach></form>