uploadify http error 500

uploadify上传时报:http error 500 一般是你的UpDownloadHandler.ashx一般处理文件有问题。

提示:debug调试不能进入UpDownloadHandler.ashx文件中,就看看:

<%@ WebHandler Language="C#" CodeBehind="UpDownloadHandler.ashx.cs" Class="QipeiXX.Web.Handler.UpDownloadHandler" %>对不对。

ok问题搞定!!!

你可能感兴趣的:(http,error,uploadify,500)