我在贾瓦创建了一个简单的吉大港山区服务器。 当浏览器向我的网络服务器发送了GET申请时,请说。 目前,我的浏览器没有适当获得图像。
究竟必须确定哪些主干领域?
目前,我有日期、服务器、内容类型、内容-Length、链接。 我用:
fin = new FileInputStream(fileName);
contentLength = fin.available();
甲型异构体是正确的,因此不存在任何问题。
I write the file data using:
public void sendFile (FileInputStream fin, DataOutputStream out)
{
byte[] buffer = new byte[1024];
int bytesRead;
int strCnt = 0;
try
{
int cnt = 0;
while ((bytesRead = fin.read(buffer)) != -1)
{
out.write(buffer, 0, bytesRead);
}
fin.close();
}
catch (IOException ex)
{
}
}
这是我的 Chrome·布罗韦瑟所收到的资料。
看来没有下载全部内容。
图像档案的实际规模为2.73KB。
如果没有一个主田被遗漏,那么会是什么问题?