日期:2014-05-18  浏览次数:20469 次

MakeThumbnail(string originalImagePath, string thumbnailPath, int width, int height, string mode)路径问题
originalImagePath 用这个函数的时候 我用绝对路径可以,用相对路径就出错
绝对路径 "C:/Documents and Settings/Administrator/桌面/wishtree/upload/"
相对路径 无论怎么改都出错,高手!在哪

------解决方案--------------------
你何不用Server.MapPath()将相当路径转为绝对路径呢?
------解决方案--------------------
VB.NET code
Server.MapPath(Request.ApplicationPath)