• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: jQuery  Ajax  上传  图片  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.Data;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;

using System.IO;
using System.Net;
using System.Text;

namespace WebApplication1
{
    /// 
    /// $codebehindclassname$ 的摘要说明
    /// 

    [WebService(Namespace = “http://tempuri.org/“)]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    public class Handler1 : IHttpHandler
    {

        public void ProcessRequest(HttpContext context)
        {
            context.Response.ContentType = “text/plain“;
            //验证上传的权限
            //------功能暂留

            string _fileNamePath = ““;
            try
            {
                _fileNamePath = context.Request.Form[“upfile“];
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6485  2009-03-27 10:11  Handler1.ashx.cs

     文件       2217  2009-03-31 11:19  common.js

     文件         96  2009-03-26 18:01  Handler1.ashx

     文件      57254  2009-03-20 15:11  jquery-1.3.2.min.js

     文件       2128  2009-03-30 10:41  Tpupload.html

----------- ---------  ---------- -----  ----

                68180                    5


评论

共有 条评论