Your file has been uploaded.

'; } else { // error handling print '

Your file could not be uploaded because:'; // Print error message switch ($_FILES['thefile']['error']) { case 1: print 'The file exceeds the upload_max_filesize setting in php.ini.'; break; case 2: print 'The file exceeds the MAX_FILE_SIZE setting in the html form.'; break; case 3: print 'The file was only partially uploaded.'; break; case 4: print 'No file was uploaded.'; break; } print '.

'; } } // End of submit if # end of php ?>

You may upload your presentation file using this form.
The file must be in pdf format. It should have a filename that is of the form: name.pdf, where name is your name in lower case letters. You are free to use any text formatting system you want to prepare the pdf file, but eventually you will probably want to learn latex and for latex it is quite convenient to use beamer. You can google to find useful tutorials. There should be no more than 8 distinct slides, with no fancy pausing, or movie insertions The first slide should be a title slide.
Files that are larger than 3Mbytes will be rejected.