From da3f5d7d7dca417b4aa65aff27ee1d010bb7e1d3 Mon Sep 17 00:00:00 2001 From: FengZhang <97576419@qq.com> Date: Mon, 24 Nov 2014 18:53:54 +0800 Subject: [PATCH] Update imageUp.ashx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit <%@ Assembly Src="Uploader.cs" %>这个是个神引用,完全没有必要~ --- net/imageUp.ashx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/imageUp.ashx b/net/imageUp.ashx index 10a52121..99b8cbff 100644 --- a/net/imageUp.ashx +++ b/net/imageUp.ashx @@ -1,5 +1,4 @@ <%@ WebHandler Language="C#" Class="imageUp" %> -<%@ Assembly Src="Uploader.cs" %> using System; using System.Web; @@ -57,4 +56,4 @@ public class imageUp : IHttpHandler return "{" + String.Join(",", fields) + "}"; } -} \ No newline at end of file +}