diff options
| -rw-r--r-- | Project-Unite/Views/Manage/UploadAvatar.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Manage/UploadAvatar.cshtml b/Project-Unite/Views/Manage/UploadAvatar.cshtml index 5f13095..6224f86 100644 --- a/Project-Unite/Views/Manage/UploadAvatar.cshtml +++ b/Project-Unite/Views/Manage/UploadAvatar.cshtml @@ -7,7 +7,7 @@ <p>Let's put a face on your profile, shall we? Upload an image from your local computer and we'll display it as your avatar.</p> -@using (Html.BeginForm("UploadAvatar", "Manage", null, FormMethod.Post, new { enctype = "multipart/post-avatar" })) +@using (Html.BeginForm("UploadAvatar", "Manage", null, FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken() @Html.ValidationSummary() |
