|
|
|
|
@ -14,6 +14,6 @@
|
|
|
|
|
</span>
|
|
|
|
|
</button>
|
|
|
|
|
<input type="hidden" name="form_id" value="<%= form_id %>">
|
|
|
|
|
<input id="upload_template" name="files[]" class="hidden" onchange="this.form.requestSubmit()" type="file" accept="image/*, application/pdf<%= ', .docx, .doc, .xlsx, .xls, .odt, .rtf' if Docuseal.multitenant? %>" multiple>
|
|
|
|
|
<input id="upload_template" name="files[]" class="hidden" onchange="this.form.requestSubmit()" type="file" accept="image/*, application/pdf<%= ', .docx, .doc, .xlsx, .xls, .odt, .rtf' if Docuseal.advanced_formats? %>" multiple>
|
|
|
|
|
<input hidden name="folder_name" value="<%= local_assigns[:folder_name] %>">
|
|
|
|
|
<% end %>
|
|
|
|
|
|