From f59c3c9b0cd4167e5d342ed9b0ce4c330b8ea7f6 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Mar 2017 17:06:11 -0400 Subject: [PATCH] I AM A FUCKING DUMBASS. --- Project-Unite/Views/Manage/UploadAvatar.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

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.

-@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()