<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Uploading issues with multiple fles</title>
		<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles</link>
		<description>Gravity Support Forums Topic: Uploading issues with multiple fles</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:19:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/uploading-issues-with-multiple-fles" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Uploading issues with multiple fles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles#post-73951</link>
			<pubDate>Wed, 05 Sep 2012 06:33:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like max_execution_time took care of it.  Glad you were able to resolve the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Uploading issues with multiple fles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles#post-73915</link>
			<pubDate>Wed, 05 Sep 2012 01:11:55 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">73915@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;in the php.ini the only thing in it is:&#60;br /&#62;
memory_limit = 50M&#60;br /&#62;
post_max_size = 192M&#60;br /&#62;
file_uploads = On&#60;br /&#62;
upload_max_filesize = 192M&#60;/p&#62;
&#60;p&#62;- also the wordpress media plugin now states 192MB&#60;/p&#62;
&#60;p&#62;troubleshooting #3&#60;br /&#62;
- added: max_execution_time = 120 to php5.ini&#60;br /&#62;
- added: upload_tmp_dir=/tmp/ to php5.ini&#60;br /&#62;
- worked: uploading both files through the wordpress media upload interface&#60;br /&#62;
- failed: uploading one at  time by through the entries interfaced&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;solution: making these changes resolved the issue.&#60;/strong&#62;&#60;br /&#62;
-add to php5.ini&#60;br /&#62;
memory_limit = 50M&#60;br /&#62;
post_max_size = 192M&#60;br /&#62;
file_uploads = On&#60;br /&#62;
upload_max_filesize = 192M&#60;br /&#62;
max_execution_time = 120&#60;br /&#62;
upload_tmp_dir=/tmp/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Uploading issues with multiple fles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles#post-73884</link>
			<pubDate>Tue, 04 Sep 2012 21:31:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73884@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a timeout in your php.ini for max execution time?  Maybe the process is running too long and failing that way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Uploading issues with multiple fles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles#post-73876</link>
			<pubDate>Tue, 04 Sep 2012 19:10:44 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">73876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Troubleshooting#2&#60;br /&#62;
- changed php.ini to&#60;br /&#62;
memory_limit = 50M&#60;br /&#62;
post_max_size = 192M&#60;br /&#62;
file_uploads = On&#60;br /&#62;
upload_max_filesize = 192M&#60;br /&#62;
-- this addressed the issue of the database not being updated with the information but also introduced the &#34;FAILED (Temporary file could not be copied.)&#34; issue.&#60;/p&#62;
&#60;p&#62;instead of the file being uploaded this error shows where the file supposes to be.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Uploading issues with multiple fles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles#post-73858</link>
			<pubDate>Tue, 04 Sep 2012 16:31:18 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">73858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Troubleshooting&#60;br /&#62;
- used the wordpress media upload option which states max is 32MB&#60;br /&#62;
   - files upload just file with the media upload in wordpress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "Uploading issues with multiple fles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/uploading-issues-with-multiple-fles#post-73856</link>
			<pubDate>Tue, 04 Sep 2012 16:26:29 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">73856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;overview&#60;br /&#62;
-   have a form with 3 upload option fields&#60;br /&#62;
-   two files are being attempted to be uploaded 1 - pdf - 27.5MB 2- ppt -29.4MB&#60;/p&#62;
&#60;p&#62;Issue:&#60;br /&#62;
- upload of previous files have not been an issue.&#60;br /&#62;
- upload occurs then the form eventually refreshes.  Instead of actually go to the confirmation screen the form reloads&#60;br /&#62;
- no evidence of the file being uploaded through GF admin interface.&#60;br /&#62;
- no confirmation email&#60;/p&#62;
&#60;p&#62;Any suggestions to address this issue?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
