<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — Cannot add attachments to my posts ("File has never been downloaded")]]></title>
		<link>http://forum.redump.org/topic/53130/cannot-add-attachments-to-my-posts-file-has-never-been-downloaded/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/53130/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cannot add attachments to my posts ("File has never been downloaded").]]></description>
		<lastBuildDate>Fri, 19 Jan 2024 01:32:25 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link>http://forum.redump.org/post/114262/#p114262</link>
			<description><![CDATA[<p>Thanks guys, I&#039;ve posted my first verification now.</p>]]></description>
			<author><![CDATA[null@example.com (LeoneFamily)]]></author>
			<pubDate>Fri, 19 Jan 2024 01:32:25 +0000</pubDate>
			<guid>http://forum.redump.org/post/114262/#p114262</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link>http://forum.redump.org/post/114248/#p114248</link>
			<description><![CDATA[<p>A simple windows batch script that will recompress .zip to .7z (depending on where 7-zip was installed, you may need to edit the paths):</p><div class="codebox"><pre><code>@echo off
for %%F in (*.zip,*.rar) do ( &quot;C:\Program Files\7-Zip\7z.exe&quot; x -y -o&quot;%%F_tmp&quot; &quot;%%F&quot; * &amp; pushd %%F_tmp &amp; &quot;C:\Program Files\7-Zip\7z.exe&quot; a -y -r -t7z -mx9 -md1024m -mfb256 ..\&quot;%%~nF&quot;.7z * &amp; popd &amp; rmdir /s /q &quot;%%F_tmp&quot; )</code></pre></div><p>Or the following, which will automatically split the 7-zip into 2000000-byte chunks that can be directly attached to the post:<br /></p><div class="codebox"><pre><code>@echo off
for %%F in (*.zip,*.rar) do ( &quot;C:\Program Files\7-Zip\7z.exe&quot; x -y -o&quot;%%F_tmp&quot; &quot;%%F&quot; * &amp; pushd %%F_tmp &amp; &quot;C:\Program Files\7-Zip\7z.exe&quot; a -y -r -t7z -mx9 -md1024m -mfb256 -v2000000b ..\&quot;%%~nF&quot;.7z * &amp; popd &amp; rmdir /s /q &quot;%%F_tmp&quot; )</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (bikerspade)]]></author>
			<pubDate>Thu, 18 Jan 2024 15:36:11 +0000</pubDate>
			<guid>http://forum.redump.org/post/114248/#p114248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link>http://forum.redump.org/post/114247/#p114247</link>
			<description><![CDATA[<p>You can re-compress zip files to 7z which can sometimes result in file sizes being reduced below the 2000000 byte limit (~1.90MB) per file.</p>]]></description>
			<author><![CDATA[null@example.com (bikerspade)]]></author>
			<pubDate>Thu, 18 Jan 2024 15:24:31 +0000</pubDate>
			<guid>http://forum.redump.org/post/114247/#p114247</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link>http://forum.redump.org/post/114245/#p114245</link>
			<description><![CDATA[<p>Be aware there&#039;s a 2MB(?) limit on file uploads, if it exceeds that it won&#039;t upload.<br />In those cases you&#039;ll either need to create split zips or upload to an external host (mega.nz, google drive, archive.org etc)</p>]]></description>
			<author><![CDATA[null@example.com (NovaAurora)]]></author>
			<pubDate>Thu, 18 Jan 2024 13:40:54 +0000</pubDate>
			<guid>http://forum.redump.org/post/114245/#p114245</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link>http://forum.redump.org/post/114241/#p114241</link>
			<description><![CDATA[<p>That should be correct.&nbsp; If you see Existing attachment #1 on the left, it has been uploaded and attached to your post.&nbsp; &quot;File has never been downloaded&quot; just means exactly that - you haven&#039;t published the post, so no one else (usually moderators) have had a chance to download the logs for processing and adding your submission.&nbsp; The size limit for attachments is 2 or 3 MB.</p>]]></description>
			<author><![CDATA[null@example.com (Edness)]]></author>
			<pubDate>Thu, 18 Jan 2024 10:09:26 +0000</pubDate>
			<guid>http://forum.redump.org/post/114241/#p114241</guid>
		</item>
		<item>
			<title><![CDATA[Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link>http://forum.redump.org/post/114240/#p114240</link>
			<description><![CDATA[<p>I&#039;m trying to add my first submission to the database out of the 1500+ discs I own, but I can&#039;t add the files to my post, as the website just tells me &quot;File has never been downloaded&quot;, and it does that with every file I try to upload.</p>]]></description>
			<author><![CDATA[null@example.com (LeoneFamily)]]></author>
			<pubDate>Thu, 18 Jan 2024 09:12:49 +0000</pubDate>
			<guid>http://forum.redump.org/post/114240/#p114240</guid>
		</item>
	</channel>
</rss>
