#!/usr/local/bin/haserl --upload-limit=4096 --upload-dir=/tmp
<%# Uploading a File Displays a form that allows for file uploading. This is accom- plished by using the --upload-limit and by setting the form enc- type to multipart/form-data. If the client sends a file, then some information regarding the file is printed, and then deleted. Otherwise, the form states that the client has not uploaded a file. %>