<?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: Changing the File Upload Path?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-the-file-upload-path</link>
		<description>Gravity Support Forums Topic: Changing the File Upload Path?</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 03:28:18 +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/changing-the-file-upload-path" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Changing the File Upload Path?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-file-upload-path#post-9972</link>
			<pubDate>Thu, 16 Sep 2010 15:09:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">9972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would add this to your theme's functions.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_upload_path&#38;quot;, &#38;quot;change_upload_path&#38;quot;, 20, 2);
function change_upload_path($path_info, $form_id){
$path_info[&#38;quot;path&#38;quot;] = &#38;quot;/new/path/&#38;quot;;
$path_info[&#38;quot;url&#38;quot;] = &#38;quot;http://new_url.com/images/&#38;quot;;
return $path_info;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You would swap out the path_info[&#34;path&#34;] above with the full server path to where you want the files, and it has to exist and have the correct file permissions.  You would have to know what this full path is.&#60;/p&#62;
&#60;p&#62;You would then swap out the path_info[&#34;url&#34;] with the http:// path to that folder so it knows how to call the images.&#60;/p&#62;
&#60;p&#62;The code snippet it above would change the upload path for all your forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulburd on "Changing the File Upload Path?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-the-file-upload-path#post-9967</link>
			<pubDate>Thu, 16 Sep 2010 13:42:57 +0000</pubDate>
			<dc:creator>paulburd</dc:creator>
			<guid isPermaLink="false">9967@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to change the path for files uploaded via Gravity Forms. I've seen the example filters in the change_log, but I don't know how to use them. Any advice would be appreciated. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
