当前位置: 代码迷 >> ASP.NET >> MakeThumbnail(string originalImagePath, string thumbnailPath, int width, int height, string mode)路径有关问题
  详细解决方案

MakeThumbnail(string originalImagePath, string thumbnailPath, int width, int height, string mode)路径有关问题

热度:9509   发布时间:2013-02-25 00:00:00.0
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)
  相关解决方案