Z
zjc0268
Unregistered / Unconfirmed
GUEST, unregistred user!
用nmhttp上传一个文件,源文件656字节,但上传后的文件只有28字节,请教各位错误可能发生在哪?
if OpenDialog1.Execute then
begin
httpc.OutputFileMode:=true;
httpc.post('地址',OpenDialog1.FileName);
httpc.OutputFileMode:=false;
end;
if OpenDialog1.Execute then
begin
httpc.OutputFileMode:=true;
httpc.post('地址',OpenDialog1.FileName);
httpc.OutputFileMode:=false;
end;