/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

  1. <?xml version='1.0' ?>
  2. <html>
  3. <head><title>Upload</title></head>
  4. <body>
  5. <form action="upload-image" method="post" enctype="multipart/form-data" name="upload">
  6. <table>
  7. <tr><th class="field-label">Image: </th><td><input type="file" name="file1" /></td></tr>
  8. <tr><th class="field-label">Image: </th><td><input type="file" name="file2" /></td></tr>
  9. <tr><th class="field-label">Image: </th><td><input type="file" name="file3" /></td></tr>
  10. <tr><th class="field-label">Text: </th><td><input type="text" name="text1" /></td></tr>
  11. </table>
  12. <p> <button type="submit">Submit</button> </p>
  13. </form>
  14. </body>
  15. </html>