Archived
1
0

try fixing attachment repost

This commit is contained in:
jeff 2015-10-20 09:18:25 -04:00
parent a451a6b46e
commit 80e4d7beb4

View File

@ -8,7 +8,7 @@
<body>
<form enctype="multipart/form-data" name="post" method="post">
{{#attachment}}
<input style="visibility: !important;" type="file" accept="{{attachment_type}}" name="attachment" filename="{{attachment_filename}}" value="{{attachment}}" />
<input style="visibility: hidden" type="file" name="attachment" filename="{{attachment_filename}}" value="{{attachment}}" />
{{/attachment}}
<input type="hidden" name="reference" value="{{reference}}" />
<input type="hidden" name="name" value="{{name}}" />