summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/src/main/resources/templates/Upload.html
blob: a5e7c63243519344d3eabc3b94e5a4a0520fad3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
    <div align="center">
         <form method="post" action="doUpload/widget-resources" enctype="multipart/form-data">
            <table border="0">
                <tr>
                    <td>Pick file:</td>
                    <td><input type="file" name="fileUpload" size="50" /></td>
                </tr>
                <tr>
                    <td colspan="2" align="center"><input type="submit" value="Upload" /></td>
                </tr>
            </table>
        </form>
    </div>
</body>
</html>