<?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: Post Field File Uploads not showing in Media Library</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library</link>
		<description>Gravity Support Forums Topic: Post Field File Uploads not showing in Media Library</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:24:32 +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/post-field-file-uploads-not-showing-in-media-library" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Post Field File Uploads not showing in Media Library"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library#post-74297</link>
			<pubDate>Thu, 06 Sep 2012 22:53:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there really a space before the /home on this line in your functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$path_info[&#38;quot;path&#38;quot;] = &#38;quot; /home2/domain/public_html/wp-content/uploads/&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If there is, that will cause a problem for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ardham on "Post Field File Uploads not showing in Media Library"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library#post-74256</link>
			<pubDate>Thu, 06 Sep 2012 16:45:52 +0000</pubDate>
			<dc:creator>ardham</dc:creator>
			<guid isPermaLink="false">74256@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The upload URL is still blank.  I haven't changed that in this installation.&#60;/p&#62;
&#60;p&#62;Also, if I remove the code above, it puts the upload in the standard uploads/gravity-forms/$formid/... folder.  It just doesn't make it into my Gallery there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Post Field File Uploads not showing in Media Library"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library#post-74248</link>
			<pubDate>Thu, 06 Sep 2012 15:35:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you remove that code, do they make it to the wp-content/uploads/year/month/ directory?&#60;/p&#62;
&#60;p&#62;Have you changed the media upload directory and URL in the wp-admin settings?  ( &#60;a href=&#34;http://domain.com/wp-admin/options-media.php&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/wp-admin/options-media.php&#60;/a&#62; )  You don't have to and I'm not suggesting you do, I am just wondering if you have anything entered there now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ardham on "Post Field File Uploads not showing in Media Library"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library#post-74198</link>
			<pubDate>Thu, 06 Sep 2012 11:10:21 +0000</pubDate>
			<dc:creator>ardham</dc:creator>
			<guid isPermaLink="false">74198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;With the above code in place, they don't seem to get uploaded at all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Post Field File Uploads not showing in Media Library"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library#post-74052</link>
			<pubDate>Wed, 05 Sep 2012 15:51:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">74052@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where are the files being uploaded to if not to the wp-content/uploads folder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ardham on "Post Field File Uploads not showing in Media Library"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-field-file-uploads-not-showing-in-media-library#post-74044</link>
			<pubDate>Wed, 05 Sep 2012 15:28:17 +0000</pubDate>
			<dc:creator>ardham</dc:creator>
			<guid isPermaLink="false">74044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've created a form with Post Fields that takes an image upload, but it's not getting uploaded to the proper folder and not appearing in the Media Library.&#60;br /&#62;
I've redirected the file upload path:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_upload_path&#38;quot;, &#38;quot;change_upload_path&#38;quot;, 10, 2);
function change_upload_path($path_info, $form_id){
   // debug for absolute path
   //$path = getcwd();
   //echo &#38;quot;This Is Your Absolute Path: &#38;quot;;
   //echo $path;

   $path_info[&#38;quot;path&#38;quot;] = &#38;quot; /home2/domain/public_html/wp-content/uploads/&#38;quot;;
   $path_info[&#38;quot;url&#38;quot;] = &#38;quot;http://www.domain.com/wp-content/uploads/&#38;quot;;
   return $path_info;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The receiving folder has 777 permissions and I've disabled month/day sorting of uploads.  I'm not sure what else could be wrong.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
