Manuel Lemos - 2005-12-16 12:33:26 -
In reply to message 1 from Joetw
That is a bug. I will upload a fixed version soon. For now replace the lines that say:
if(!($success=$this->PutLine("--".$boundary."--")))
break;
By:
if($success)
$success=$this->PutLine("--".$boundary."--");