Author: Russ
Date: 21-06-10 07:45
I haven't tested it, but I think this would correct that and still display the correct message.
I will test this and update.
At line 279:
while ($Bytes = read($File_Handle,$Buffer,1024)) {
$BytesRead += $Bytes;
print OUTFILE $Buffer;
if ($BytesRead > $MAXIMUM_UPLOAD && $MAXIMUM_UPLOAD > 0) {
last;
}
}
That didn't work, oops...
Hopefully I'll be back.
Post Edited (22-06-10 10:32)
|
|