just in case of my server goes down for some reason, here the part of the code that we found it was missing on this template.....
[upload-results]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Upload Results for: %folder%</title>
<style type="text/css">\n%style%\n</style>
</head>
<body>
%loggedin%
<div class=little>Upload Results for:</div>
<div class=big>%folder%</div>
<div class=body>
%uploaded-files%
<br><br>
<a href="%encoded-folder%" target=_parent class=big><img border=0 align=bottom src="/~img14" alt="Back"> Go Back</a>
</div>
</body>
</html>
[upload-success]
<li><b>SUCCESS!</b> Uploaded: %item-name% --- %item-size% (Speed: %speed% KB/s)
[upload-failed]
<li><b>FAILED!</b> Error while uploading: %item-name%: --- %reason%
hope it helps, and sorry about my poor english...