From 756a8b000f19bf0076cb9729c39cf499cc63c3ea Mon Sep 17 00:00:00 2001 From: esoe Date: Sun, 18 Sep 2022 14:22:53 +0300 Subject: [PATCH] qq --- src/main/webapp/fileupload.jsp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/main/webapp/fileupload.jsp diff --git a/src/main/webapp/fileupload.jsp b/src/main/webapp/fileupload.jsp new file mode 100644 index 0000000..17a6692 --- /dev/null +++ b/src/main/webapp/fileupload.jsp @@ -0,0 +1,28 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + + + + + exchange-servlet + + + + +
+

File Upload

+

Press 'CTRL' Key+Click On File To Select Multiple Files in Open Dialog

+
+
+ : + Please Upload A File! +
+ +
+
+ + +
+ List all uploaded files +
+ + \ No newline at end of file