speedie's super awesome file uploader junk\n"; $html .= "\t\t\t
Select file to upload


\n"; $html .= "\t\t\t

Max file size: $maxFileSize MB

\n"; $html .= "\t\t\tsource code\n"; if (isset($_COOKIE[$cookieName])) { $html .= "\t\t\t

Cookie found, how awesome is that?

\n"; } $html = printFooter($html); print "$html"; } main(); ?>