/ Published in: C#
Expand |
Embed | Plain Text
if (fuLogo.HasFile) { var destination = Path.Combine(System.Configuration.ConfigurationManager.AppSettings["TeamMemberPhotosPath"], fuLogo.FileName); fuLogo.PostedFile.SaveAs(destination); }
You need to login to post a comment.
