<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Redump Forum — Cannot add attachments to my posts ("File has never been downloaded")]]></title>
	<link rel="self" href="http://forum.redump.org/feed/atom/topic/53130/" />
	<updated>2024-01-19T01:32:25Z</updated>
	<generator version="1.4.4">PunBB</generator>
	<id>http://forum.redump.org/topic/53130/cannot-add-attachments-to-my-posts-file-has-never-been-downloaded/</id>
		<entry>
			<title type="html"><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/114262/#p114262" />
			<content type="html"><![CDATA[<p>Thanks guys, I&#039;ve posted my first verification now.</p>]]></content>
			<author>
				<name><![CDATA[LeoneFamily]]></name>
				<uri>http://forum.redump.org/user/63736/</uri>
			</author>
			<updated>2024-01-19T01:32:25Z</updated>
			<id>http://forum.redump.org/post/114262/#p114262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/114248/#p114248" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bikerspade]]></name>
				<uri>http://forum.redump.org/user/63146/</uri>
			</author>
			<updated>2024-01-18T15:36:11Z</updated>
			<id>http://forum.redump.org/post/114248/#p114248</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/114247/#p114247" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bikerspade]]></name>
				<uri>http://forum.redump.org/user/63146/</uri>
			</author>
			<updated>2024-01-18T15:24:31Z</updated>
			<id>http://forum.redump.org/post/114247/#p114247</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/114245/#p114245" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[NovaAurora]]></name>
				<uri>http://forum.redump.org/user/63077/</uri>
			</author>
			<updated>2024-01-18T13:40:54Z</updated>
			<id>http://forum.redump.org/post/114245/#p114245</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/114241/#p114241" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Edness]]></name>
				<uri>http://forum.redump.org/user/63195/</uri>
			</author>
			<updated>2024-01-18T10:09:26Z</updated>
			<id>http://forum.redump.org/post/114241/#p114241</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cannot add attachments to my posts ("File has never been downloaded")]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/114240/#p114240" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[LeoneFamily]]></name>
				<uri>http://forum.redump.org/user/63736/</uri>
			</author>
			<updated>2024-01-18T09:12:49Z</updated>
			<id>http://forum.redump.org/post/114240/#p114240</id>
		</entry>
</feed>
