5.7. File Uploads So far we've discussed users entering text data that they type (or paste) into forms. But there's another way to submit data: with a type=file form element, which allows users to select a file on their local systems to upload when the form is submitted. Currently, three things have to happen for a user to upload a file via a form. First, the program that will be processing the fo