|
@Html.SingleUploaderFor(x => x.RegistView.PhotoUrl, new Dictionary<string, object> { { "style", "width:150px;" }, { "accept", "image/png,image/jpeg,image/gif" } })
|
|
@Html.SingleUploaderFor(x => x.RegistView.PhotoUrl, new Dictionary<string, object> { { "style", "width:150px;" }, { "accept", "image/png,image/jpeg,image/gif" } })
|