".zip"
); # these are only a few examples, you can add as many as you like
?>
";
print "\n
";
print "\nWelcome to The Org's MTW DemoMod Upload Area.
";
print "\nHere you can upload a file to the Org directly. The files are directly available for download.
";
print "\nPush upload once and wait, there is no indicator that it is being uploaded... Nothing over 2 megs please, it will not accept it. If the upload is successful, it will tell you.
"; print "\nMake sure that you read the Guideline please.
";
print "\nAll Upload Areas Accept ZipFiles Only
";
print "\nSpecial characters are not recognised properly by either our server or this Upload Tool. Please only use letters, digits, spaces and underscores in the name of your ZipFile. I apologize for the inconvenience.
";
print "\nPlease include a text file in the zipfile containg your name, date and email address, and any comments you wish to make about your upload..
";
print "\nFiles uploaded here will be organised later by one of us.
";
print "\nAny uploaded file will become Freeware and can be used for further distribution.
";
switch($task) {
case 'upload':
upload($the_file);
break;
default:
form();
}
include("../../data/footer.shtml");
?>