我有一个webform应用程序。它需要能够上传大文件(100 It )。我打算使用httpHandler和httpModule将文件拆分为块。但这是一个非常古老的帖子,我在互联网上看到了一些使用httpHandler的例子。我不确定httpModule是否比httpHandler更好。有谁能清楚地解释对于大文件上传的httpHandler缺点(如果有的话)?如果你知道一个很好的例子没有闪光灯/银光,你能在这里张贴链接吗?thx
(formEntity);
response = client1.execute(request);BufferedReader in = new BufferedReader(new InputStreamReader(response.getEntity().getContent()));System;using System.Linq;
public class Handler : IHtt