anybody help me how to save image into local folder using asp net mvc.
Thanks
Please refer below code.
C#
// byte[] imagebytes = get value File.WriteAllBytes(Server.MapPath("Path"), imagebytes);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.