<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Solved: File name truncation at space in Attachments]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8437</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8437&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Solved: File name truncation at space in Attachments.]]></description>
		<lastBuildDate>Sun, 06 Oct 2019 07:26:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Solved: File name truncation at space in Attachments]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36198#p36198</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 06 Oct 2019 07:26:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36198#p36198</guid>
		</item>
		<item>
			<title><![CDATA[Solved: File name truncation at space in Attachments]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36197#p36197</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 06 Oct 2019 07:14:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36197#p36197</guid>
		</item>
	</channel>
</rss>
