This sample application illustrates dealing with file uploads in a
Spring web flow based application. Consult the
Spring reference documentation
for more information about the techniques used here.
This implementation uses Jakarta commons FileUpload
to process multipart requests.