mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
* Commented out some debug-code which causes problems on windows
git-svn-id: trunk@8293 -
This commit is contained in:
parent
d041db6cb9
commit
bc5225b8ae
@ -414,13 +414,15 @@ begin
|
||||
I.Free;
|
||||
end;
|
||||
M.Position:=0;
|
||||
With TFileStream.Create('/tmp/query',fmCreate) do
|
||||
// joost, aug 20th: I've removed this. It doesn't work with windows and I think
|
||||
// it's a debug-only thing...
|
||||
{ With TFileStream.Create('/tmp/query',fmCreate) do
|
||||
try
|
||||
CopyFrom(M,0);
|
||||
M.Position:=0;
|
||||
Finally
|
||||
Free;
|
||||
end;
|
||||
end;}
|
||||
CT:=ContentType;
|
||||
if Pos('MULTIPART/FORM-DATA',Uppercase(CT))<>0 then
|
||||
ProcessMultiPart(M,CT)
|
||||
|
Loading…
Reference in New Issue
Block a user