Archived
1
0

try fixing attachments when retrying

This commit is contained in:
jeff 2015-10-20 09:11:45 -04:00
parent 939472f5a4
commit 75c72e177c

View File

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