A.6.1.6 File Uploading

The <al-input> tag now supports type="file" input tags. When you use file input tags the enclosing <al-form> tag automatically adds the enctype="multipart/form-data" attribute to the generated <form> tag.

The albatross.cgiapp and albatross.apacheapp modules define a FileField class which provides access to uploaded files. During request merging the Request.field_file() method returns instances of FileField for uploaded files.