|
|
|
|
|
|
|
|
namespace Exam_C { /// <summary> /// ToThumbnailImage 的摘要说明。 /// </summary> public class ToThumbnailImage : System.Web.UI.Page { /* Create By lion 2003-05-20 19:00 Copyright (C) 2004 www.LionSky.Net. All rights reserved. Web: http://www.Lionsky.net ; Email: [email protected] */ static Hashtable htmimes=new Hashtable(); internal readonly string AllowExt = ".jpe|.jpeg|.jpg|.png|.tif|.tiff|.bmp"; #region Web 窗体设计器生成的代码 override protected void OnInit(EventArgs e) { #region htmimes[".jpe"]="image/jpeg"; htmimes[".jpeg"]="image/jpeg"; htmimes[".jpg"]="image/jpeg"; htmimes[".png"]="image/png"; htmimes[".tif"]="image/tiff";页码:[1] [2] [3] [4] [5] [6] [7] [8] 第2页、共8页 |
|
|
|
|
设为首页 | 加入收藏 | 广告服务 | 友情链接 | 版权申明
Copyriht 2007 - 2008 © 科普之友 All right reserved |