Another Perl Script
Saturday, June 19th, 2004 10:46 pmI've just updated my script for enabling students to upload their work via a web page. Improvements:
- Students choose which essay they are submitting and the program automatically renames the file to something appropriate (this is because I am fed up with recieving files named "My Essay.doc");
- The program now runs in taint mode and untaints submitted variables (I don't know if this really makes it any more secure, but it makes me feel righteous).