".zip" ); # these are only a few examples, you can add as many as you like ?>
"; print "\n
"; print "\n"; print "\n"; print "\n

Upload Area"; print "\n
The maximum file size is " . ($my_max_file_size / 1024) . "KB"; print "\n

"; print "\n"; print "\n"; } # END form ?> Error:\n

"; return $error; } else { return false; } } } # END validate_upload ?> Uploaded files:
"; while ($file = $handle->read()) { if (($file != ".") && ($file != "..")) { print "\n" . $file . "
"; } } print "
"; } ?> Something went wrong, you should probably tell ". "somone about this."); } else { print "\n
Uploaded files: " . $the_file_name . "
"; form(); } } } # END upload ?> MTW DemoMod Uploads

"; 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"); ?>