summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/photouploadform.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/photouploadform.html b/templates/photouploadform.html
index 0d6dddc..4c2b5a0 100644
--- a/templates/photouploadform.html
+++ b/templates/photouploadform.html
@@ -19,6 +19,13 @@
<input class="fancybutton2" type = "file" multiple="multiple"
name = "uploadfiles" id="uploadfiles" />
<br><br><br>
+ <input class="fancybutton2" style="padding: 0.5em 25px; margin-left: 125px"
+ label = "Rename to" name = "renameto" id="renameto"
+ pattern="[A-Za-z][A-Za-z0-9_-\.]*"/>
+ <label
+ style="padding: 0.5em 25px; margin-left: 110px"
+ for="renameto">If uploading a single file, you can rename it<br></label>
+ <br><br><br>
<button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 155px" type = "submit" value = "Upload" >
Upload
</button>