如何在远程应用服务器端获取图片的宽度和高度?
发表在ASP.NET图书答疑 2008-11-19
是否精华
版块置顶:
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page 
{
    public int width, height;  //定义全局变量

    protected void Page_Load(object sender, EventArgs e)
    {
    }
    protected void Button1_ServerClick(object sender, EventArgs e)
    {
        if (this.FileUpload1.PostedFile.FileName != null)
        {
            string path = this.FileUpload1.PostedFile.FileName;
            System.Net.FileWebRequest q = (System.Net.FileWebRequest)System.Net.FileWebRequest.Create(path);
            System.Net.FileWebResponse p = (System.Net.FileWebResponse)q.GetResponse();
            System.Drawing.Image bmp = System.Drawing.Image.FromStream(p.GetResponseStream());
            string ss = path.Substring(path.LastIndexOf("\\") + 1);
            string s = Server.MapPath("Images\\" + ss);
            string imgpath = "Images\\" + ss;
            this.FileUpload1.PostedFile.SaveAs(s);
            this.Image1.ImageUrl = imgpath;
            width = bmp.Width;
            height= bmp.Height;
        }
    }
}
  此程序在本地服务器可获得上传图片的高度和宽度,但在远程应用服务器端却获取不到图片的高度和宽度,请高手指明是服务器的配置问题还是程序问题?
分享到:
精彩评论 1
mrfdw
学分:0 LV1
2008-11-22
沙发
你好!
请问下这是我们那一本书中的应用程序!
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照