0

我正在测试一个通过 HTTP 上传的 Java 小程序上传器。他们还提供了一些用 .NET 编写的处理上传的服务器端文件。

当我尝试运行小程序时,它给了我以下错误:

You can't use http upload functionality because HttpClient library not installed on server.

我正在运行带有 IIS6 的 Windows Server 2003。

我真的不确定此时我需要做什么才能使其正常工作。有谁知道我需要下载和安装什么?

4

2 回答 2

1

If you are looking for a Java library (since your question is tagged with Java), then possibly the Apache Commons HttpClient library

But it's likely that you're looking for something dotnet, and in that case, there is a Microsoft library of same name

It sounds funny that a "client" library would be needed on the server, instead of on the client, but anything is possible.

于 2012-04-19T20:18:33.833 回答
0

原来是旧文件的问题。艾尔现在工作。– Julian Dormon 刚刚编辑

于 2012-09-05T12:33:13.347 回答