<%
include("language.html")
if _SESSION["username"] ~= nil and _SESSION["currentpath"] ~= nil then
if _SESSION["last_filesize"] ~= nil then
rawset(_SESSION,"last_filesize",nil)
end
if _SESSION["last_filename"] ~= nil then
rawset(_SESSION,"last_filename",nil)
end
if _SESSION["upload_errorcode"] ~= nil then
rawset(_SESSION,"upload_errorcode",nil)
end
SessionModule.save(_SESSION_ID)
print("")
if _UPLOADFILE == true then
print("")
else
print("")
end
end
%>