3 <head><title>Upload</title></head>
5 <form action="upload-image" method="post" enctype="multipart/form-data" name="upload">
8 <tr><th class="field-label">Image: </th><td><input type="file" name="file1" /></td></tr>
9 <tr><th class="field-label">Image: </th><td><input type="file" name="file2" /></td></tr>
10 <tr><th class="field-label">Image: </th><td><input type="file" name="file3" /></td></tr>
11 <tr><th class="field-label">Text: </th><td><input type="text" name="text1" /></td></tr>
14 <p> <button type="submit">Submit</button> </p>