<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Solved: File name truncation at space in Attachments]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8437&amp;type=atom" />
	<updated>2019-10-06T07:26:52Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8437</id>
		<entry>
			<title type="html"><![CDATA[Re: Solved: File name truncation at space in Attachments]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36198#p36198" />
			<content type="html"><![CDATA[<p>The fix is to replace line 61 in <strong>admin/attachments.php</strong>:<br /></p><div class="codebox"><pre><code>            header(&#039;Content-Disposition: attachment; filename=&#039;.$row[&#039;filename&#039;]);</code></pre></div><p>with:<br /></p><div class="codebox"><pre><code>            header(&#039;Content-Disposition: attachment; filename=&quot;&#039;.$row[&#039;filename&#039;].&#039;&quot;&#039;);</code></pre></div><p>This just wraps the <strong>$filename</strong> within double quotes.</p><p>@joe: can commit it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-10-06T07:26:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36198#p36198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Solved: File name truncation at space in Attachments]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36197#p36197" />
			<content type="html"><![CDATA[<p>File Attachments with and without spaces in their filenames get uploaded okay. When a download is attempted, then files with spaces in their names get truncated at the first space in file save dialog box.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-10-06T07:14:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36197#p36197</id>
		</entry>
</feed>
