From 976a6b4a8c7bcdada5c52acc85f93ece4f91e667 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 21 Mar 2020 20:34:37 +1000 Subject: Added basic upload support --- templates/upload.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/upload.html (limited to 'templates/upload.html') diff --git a/templates/upload.html b/templates/upload.html new file mode 100644 index 0000000..83d8cb3 --- /dev/null +++ b/templates/upload.html @@ -0,0 +1,36 @@ +{{define "content"}} +
+
+
+
+
+
+ +
+ +
+ +
You should select valid image files only!
+
An error occurred while uploading the file
+
The upload has been canceled by the user or the browser dropped the connection
+
Your file is very big. We can't accept it. Please select more small file
+ +
+
+
 
+
+
+
 
+
 
+
 
+
+
+ +
+
+
+
+{{end}} +{{define "scripts"}} + +{{end}} -- cgit v1.2.3