aps.net framework 与 core的 contentType差别
framework 返回 text/html core返回 text/plain
一般情况下没有问题,在 $.ajaxfileupload中iframe上传返回值 返回的值 会在前面增加 <pre….. >
这在返回值
改法,
1,reurn content(value, ‘text/html;cod…utii…’)
2,respone.contentType=’text/html
3,改asjax 文件上传控件中中改对返回值 的处理.