0
rvanwoezik created
I want to increase profile picture size, I have changed the following
file.ContentLength in ProfileController.cs (both public JsonResult UploadProfilePicture() and public virtual async Task<JsonResult> ChangeProfilePicture() in changePicture.js i have increased File size check.
But i still get validation error after resize, Please advise!
2 Answer(s)
-
0
Hi,
You also need to change UpdateProfilePicture method of ProfileAppService.
-
0
Thnx Ismcagda, that did the trick. You're the greatest