@Lang.MyInformation @*Thông tin của tôi*@
@Lang.ChooseYourPicture @*Chọn ảnh của bạn*@
@*H*@
@*H
*@
@{
System.Diagnostics.Debug.WriteLine("image: " + Model.profileDetail.picture);
if (Model.profileDetail.picture == "")
{
H
}
else
{
}
}
*@
@{
System.Diagnostics.Debug.WriteLine("image: " + Model.profileDetail.picture);
if (Model.profileDetail.picture == "")
{
H
}
else
{
@using (Html.BeginForm("UploadImage", "Home", FormMethod.Post, new { id = "myForm", enctype = "multipart/form-data" }))
{
@**@
@*@ViewBag.Message*@
}
@**@