MC logo

The File Submssion System


Dr. Thomas W Bennet

The submit system is a collection of software which allows instructors to receive files through the World-Wide Web. It was created as a convenient way to receive programming assignments. The instructor uses a command-line program to create web submit forms which look like this one. The student uses the page to send the required programs. These are delivered into a directory in the instructor's home area on the server.

While many instructors receive submissions as email attachments, the web-based submission system has a number of advantages:

SourceForge.net Logo

The submit system is written mostly in perl, with a little C. It was developed on a system using Linux and Apache web server. It should work fine on any Unix-like system with a web server that supports CGI. It requires perl, the CGI.pm perl module, and the md5sum program.

The submit system is released under the Gnu Public License. It may be downloaded from SourceForge here.