相关疑难解决方法(0)

使用Plupload与ASP.NET/C#

UPDATE

我能够让一切正常工作,我只想回复更新的代码.我使用了Darin Dimitrov关于使用单独的通用http处理程序来处理文件上传的建议,所以这就是我提出的代码...如果您有疑问,请告诉我.

<%@ WebHandler Language="C#" Class="Upload" %>

using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Net;
using System.Web;

public class Upload : IHttpHandler {

    public void ProcessRequest(HttpContext context) {

        /**
         * If 'newTicket' is "false", then the directory to upload to already exists and we can extract it from
         * the 'ticketID' POST parameter.
         * 
         * If 'newTicket' is "true", then this is a new Ticket submission so we need to work with a NEW directory …
Run Code Online (Sandbox Code Playgroud)

c# asp.net httphandler jquery-plugins plupload

39
推荐指数
2
解决办法
3万
查看次数

jQuery ajax上传进度条 - 没有闪存

我正在寻找一个类似于uploadify的文件上传器,其进度条不依赖于flash,最好使用jQuery - 这可能吗?

ajax upload jquery post

20
推荐指数
1
解决办法
7万
查看次数

标签 统计

ajax ×1

asp.net ×1

c# ×1

httphandler ×1

jquery ×1

jquery-plugins ×1

plupload ×1

post ×1

upload ×1