summaryrefslogtreecommitdiff
path: root/httemplate/elements/form-file_upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/form-file_upload.html')
-rw-r--r--httemplate/elements/form-file_upload.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/form-file_upload.html b/httemplate/elements/form-file_upload.html
index 45b6c97f2..3542a5a8e 100644
--- a/httemplate/elements/form-file_upload.html
+++ b/httemplate/elements/form-file_upload.html
@@ -69,6 +69,7 @@ Example:
<div style="display:none:" id="uploadError"></div>
<FORM NAME = "<% $opt{name} %>"
+ ID = "<% $opt{id} %>"
ACTION = "<% $fsurl %>misc/file-upload.html"
METHOD = "POST"
ENCTYPE = "multipart/form-data"