summaryrefslogtreecommitdiff
path: root/httemplate/elements/form-file_upload.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-08-17 23:01:31 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-08-24 19:35:06 -0500
commit4ff211f203e8b99b12735de5ffd239f03425ea7f (patch)
treedfd854aeb70b2dcbf61ee7fd60d79e585849a92b /httemplate/elements/form-file_upload.html
parent64c20943b248398a194699fb0066b44b200b7405 (diff)
RT#18830: Upload file to message template
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"