質問編集履歴

2

URLのリンク付け

2020/07/11 06:18

投稿

Eltk
Eltk

スコア51

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,9 @@
16
16
 
17
17
 
18
18
 
19
- https://www.atmarkit.co.jp/fdotnet/dotnettips/939aspmvcfileupload2/aspmvcfileupload2.html
19
+ [https://www.atmarkit.co.jp/fdotnet/dotnettips/939aspmvcfileupload2/aspmvcfileupload2.html
20
+
21
+ ](URL)
20
22
 
21
23
 
22
24
 

1

Viewファイルのコード修正

2020/07/11 06:18

投稿

Eltk
Eltk

スコア51

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  <div>
60
60
 
61
- @Using (Html.BeginForm("Index", "Upload", FormMethod.Post, New With {.enctype = "multipart/form-data"}))
61
+ @Using (Html.BeginForm("DbUpload", "Upload", FormMethod.Post, New With {.enctype = "multipart/form-data"}))
62
62
 
63
63
  @<input type="file" name="fl" size="50" />
64
64