From f25c596ba479c7c5cebcfd4447bb0db9c70a1e06 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 30 Dec 2014 16:02:14 -0800 Subject: import deployment zone census block list, #32625 --- httemplate/elements/file-upload.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/elements/file-upload.html') diff --git a/httemplate/elements/file-upload.html b/httemplate/elements/file-upload.html index 034eaec38..f69df343c 100644 --- a/httemplate/elements/file-upload.html +++ b/httemplate/elements/file-upload.html @@ -47,6 +47,11 @@ } } +<&| onload.js &> +// force the form to submit as multipart +var thisform = document.getElementById('uploaded_files').form; +thisform.enctype = 'multipart/form-data'; + -- cgit v1.2.1