Annotation of ImageArchive/addImage.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2:   <body>
        !             3:     <h1> Add an Image to the Collection Folder</h1>
        !             4:     <form action="addImage2" method="post" enctype="multipart/form-data">
        !             5:     <table>
        !             6:       <!--<tr>
        !             7:    <td>ID</td>
        !             8:    <td><input name="id"/></td>
        !             9:       </tr>
        !            10:       <tr>-->
        !            11: 
        !            12:       <tr>
        !            13:    <td>Filename:</td>
        !            14:    <td><input type="file" name="fileupload"></td>
        !            15:       </tr>
        !            16:    </table>
        !            17:    <input type="submit">
        !            18:    </form>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>