質問編集履歴

2

htmlコードの修正

2016/11/09 14:56

投稿

yuji38kwmt
yuji38kwmt

スコア437

test CHANGED
File without changes
test CHANGED
@@ -22,19 +22,23 @@
22
22
 
23
23
 
24
24
 
25
+
26
+
25
27
  ### ソース
26
28
 
27
29
 
28
30
 
29
31
  ```html
30
32
 
31
- <input type="file" name="imageFiles">
33
+ <form action="sampleAction.do" method="post" enctype="application/x-www-form-urlencoded">
32
34
 
33
- <input type="file" name="imageFiles">
35
+ <input type="file" name="imageFiles">
34
36
 
35
- <input type="file" name="imageFiles">
37
+ <input type="file" name="imageFiles">
36
38
 
39
+ <input type="file" name="imageFiles">
37
40
 
41
+ </form>
38
42
 
39
43
  ```
40
44
 
@@ -145,3 +149,11 @@
145
149
  at org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyUtilsBean.java:2170)
146
150
 
147
151
  ... 58 more
152
+
153
+ ```
154
+
155
+
156
+
157
+ ### 追記
158
+
159
+ ファイル選択要素が1個のときは、アップロードに成功しました。

1

2016/11/09 14:56

投稿

yuji38kwmt
yuji38kwmt

スコア437

test CHANGED
File without changes
test CHANGED
File without changes