summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/src/main/resources/templates/Upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-widget-ms/src/main/resources/templates/Upload.html')
-rw-r--r--ecomp-portal-widget-ms/src/main/resources/templates/Upload.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/ecomp-portal-widget-ms/src/main/resources/templates/Upload.html b/ecomp-portal-widget-ms/src/main/resources/templates/Upload.html
deleted file mode 100644
index a5e7c632..00000000
--- a/ecomp-portal-widget-ms/src/main/resources/templates/Upload.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<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> \ No newline at end of file