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 +}