]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/imagebin/upload-image.xml
Merge branch 'master' into experimental
[factor.git] / extra / webapps / imagebin / upload-image.xml
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
7                 <table>
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>
12                 </table>
13
14                 <p> <button type="submit">Submit</button> </p>
15 </form>
16 </body>
17 </html>