This is an old revision of the document!
As a final task, we want to upload some files using our web application.
upload.html
form page with a <input type=file …>
field (and, ofc., a submit button!);multipart/form-data
form encoding for HTTP file uploading to work.upload.html
page;upload/
directory);