diff options
| author | Michael <[email protected]> | 2017-03-25 17:06:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 17:06:11 -0400 |
| commit | f59c3c9b0cd4167e5d342ed9b0ce4c330b8ea7f6 (patch) | |
| tree | 5caa72781292b2bba31682996b435a9322d48f37 /Project-Unite/Views | |
| parent | be641700f8f0e549861f0223b42674e7c83e0bc7 (diff) | |
| download | project-unite-f59c3c9b0cd4167e5d342ed9b0ce4c330b8ea7f6.tar.gz project-unite-f59c3c9b0cd4167e5d342ed9b0ce4c330b8ea7f6.tar.bz2 project-unite-f59c3c9b0cd4167e5d342ed9b0ce4c330b8ea7f6.zip | |
I AM A FUCKING DUMBASS.
Diffstat (limited to 'Project-Unite/Views')
| -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() |
