/extra/webapps/imagebin/upload-image.xml
http://github.com/abeaumont/factor · XML · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · c4897c0b8f84feb4618c5986f08f6d7b MD5 · raw file
- <?xml version='1.0' ?>
- <html>
- <head><title>Upload</title></head>
- <body>
- <form action="upload-image" method="post" enctype="multipart/form-data" name="upload">
- <table>
- <tr><th class="field-label">Image: </th><td><input type="file" name="file1" /></td></tr>
- <tr><th class="field-label">Image: </th><td><input type="file" name="file2" /></td></tr>
- <tr><th class="field-label">Image: </th><td><input type="file" name="file3" /></td></tr>
- <tr><th class="field-label">Text: </th><td><input type="text" name="text1" /></td></tr>
- </table>
- <p> <button type="submit">Submit</button> </p>
- </form>
- </body>
- </html>