프로그래밍/기타
ASP.NET(C#) - FileUpload.PostedFile.FileName not giving full path.
암초보
2011. 4. 14. 16:18
Server.MapPath will map to the Server's path.
Server.MapPath(FileUpload1.PostedFile.FileName);