<?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: Problem with uplaoding many images</title>
		<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images</link>
		<description>Gravity Support Forums Topic: Problem with uplaoding many images</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:52:49 +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/problem-with-uplaoding-many-images" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-80074</link>
			<pubDate>Wed, 10 Oct 2012 10:32:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80074@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to resolve that.  Thank you for posting your solution here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pg on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-79859</link>
			<pubDate>Tue, 09 Oct 2012 14:54:40 +0000</pubDate>
			<dc:creator>pg</dc:creator>
			<guid isPermaLink="false">79859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My issue of not being able to upload 25 images has been solved. Thanks Chris for leading me in the right direction by uploading and referencing the settings with a phpinfo.php file ( &#60;a href=&#34;http://php.net/manual/en/function.phpinfo.php&#34; rel=&#34;nofollow&#34;&#62;http://php.net/manual/en/function.phpinfo.php&#60;/a&#62; ).&#60;/p&#62;
&#60;p&#62;To achieve being able to upload more files than the server specified, I did the following:&#60;br /&#62;
1. Created a file called called &#34;php.ini&#34;&#60;br /&#62;
2. In that file I put &#34;max_file_uploads = 28&#34;&#60;br /&#62;
3. Uploaded to the root directory of the site being worked on&#60;/p&#62;
&#60;p&#62;Originally it was set to = 20 and I had 25 image upload fields in my form.&#60;/p&#62;
&#60;p&#62;Different servers will most likely support different ways of accomplishing this (.htaccess file, main host changing setting on their end), but uploading a site specific php.ini file worked in my case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pg on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-79810</link>
			<pubDate>Tue, 09 Oct 2012 09:11:28 +0000</pubDate>
			<dc:creator>pg</dc:creator>
			<guid isPermaLink="false">79810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris. I looked at the phpinfo.php file on the server it says:&#60;br /&#62;
max_execution_time	30&#60;br /&#62;
*max_file_uploads	20&#60;br /&#62;
max_input_time	60&#60;br /&#62;
memory_limit	32M&#60;br /&#62;
upload_max_filesize	50M&#60;br /&#62;
post_max_size	8M&#60;/p&#62;
&#60;p&#62;So I imagine &#34;max_file_uploads&#34; is causing the issue. How to get that limit increased? Am not certain I have control over the php.ini file. Would it work to just add that file to the root directory of the site?&#60;/p&#62;
&#60;p&#62;I didn't want to post the link as it's to a client site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-79180</link>
			<pubDate>Fri, 05 Oct 2012 19:04:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79180@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It may not be a memory limitation but a script timeout.  Can you post a link to your php info please so we can see what sort of limitations exist on your server?   Only 18 images are going through because of some sort of server limitation, not a limitation in Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pg on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-79165</link>
			<pubDate>Fri, 05 Oct 2012 17:33:28 +0000</pubDate>
			<dc:creator>pg</dc:creator>
			<guid isPermaLink="false">79165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Similar issues. 25 image upload fields, only first 18 are going through. Total combined size of images being uploaded is around 3mb. Each image is a .jpg at around 100kb.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-63516</link>
			<pubDate>Mon, 25 Jun 2012 09:13:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you e-mail me an XML export of your form? &#60;a href=&#34;mailto:peralty@rocketgenius.com&#34;&#62;peralty@rocketgenius.com&#60;/a&#62;. Please make sure you include a link to this thread.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonanderson on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-63498</link>
			<pubDate>Mon, 25 Jun 2012 04:00:49 +0000</pubDate>
			<dc:creator>simonanderson</dc:creator>
			<guid isPermaLink="false">63498@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1. I already set the memory limit to 64mb which is way over the size of the images.  &#60;/p&#62;
&#60;p&#62;2. The same problem happens with the later fields even if i upload nothing in the rest of that form just an image in that field.&#60;/p&#62;
&#60;p&#62;3. I've tried different images - the problem persists in the last few fields&#60;/p&#62;
&#60;p&#62;4. Using image upload fields
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-63348</link>
			<pubDate>Fri, 22 Jun 2012 14:16:55 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63348@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is likely that things are potentially timing out during the upload. Can I have you look into the following on your server for both PHP and WordPress:&#60;br /&#62;
&#60;a href=&#34;http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/&#34; rel=&#34;nofollow&#34;&#62;http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Try seeing about getting 256MB of memory allocated to both.&#60;/p&#62;
&#60;p&#62;Is it always the same images not working? Are you using file or image upload fields?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonanderson on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-63320</link>
			<pubDate>Fri, 22 Jun 2012 11:35:00 +0000</pubDate>
			<dc:creator>simonanderson</dc:creator>
			<guid isPermaLink="false">63320@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awaiting an answer...What is the typical support turnaround time?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonanderson on "Problem with uplaoding many images"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-uplaoding-many-images#post-63268</link>
			<pubDate>Fri, 22 Jun 2012 05:17:36 +0000</pubDate>
			<dc:creator>simonanderson</dc:creator>
			<guid isPermaLink="false">63268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We have a seven page form with a lot of images (over 20).  In the submissions of this form the last 5-6 images are not showing up in the entries.&#60;/p&#62;
&#60;p&#62;We have tried deleting and re-adding these image fields, tried duplicating fields which work but nothing seems to be helping.&#60;/p&#62;
&#60;p&#62;Here is our form:&#60;br /&#62;
&#60;a href=&#34;http://www.videoagent.net/order-a-property-video/&#34; rel=&#34;nofollow&#34;&#62;http://www.videoagent.net/order-a-property-video/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
