<?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: Specify upload location</title>
		<link>https://legacy.forums.gravityhelp.com/topic/specify-upload-location</link>
		<description>Gravity Support Forums Topic: Specify upload location</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:41:34 +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/specify-upload-location" rel="self" type="application/rss+xml" />

		<item>
			<title>storage on "Specify upload location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/specify-upload-location#post-12671</link>
			<pubDate>Sun, 14 Nov 2010 01:00:35 +0000</pubDate>
			<dc:creator>storage</dc:creator>
			<guid isPermaLink="false">12671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Kevin,&#60;/p&#62;
&#60;p&#62;Excellent.  I look forward to seeing the new docs.&#60;/p&#62;
&#60;p&#62;Thanks, again, for the help.&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Specify upload location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/specify-upload-location#post-12574</link>
			<pubDate>Fri, 12 Nov 2010 09:42:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;John,&#60;/p&#62;
&#60;p&#62;I'm glad that helped.  I'm not sure if that's documented here or not other than a few places in the forums themselves. We do have some extensive new documentation being put together and hope to launch that soon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>storage on "Specify upload location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/specify-upload-location#post-12562</link>
			<pubDate>Thu, 11 Nov 2010 23:47:01 +0000</pubDate>
			<dc:creator>storage</dc:creator>
			<guid isPermaLink="false">12562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Kevin,&#60;/p&#62;
&#60;p&#62;That's very helpful, thank you.  Much easier than what I was working on. :-)  Is this actually documented anywhere?&#60;/p&#62;
&#60;p&#62;Consider this:  what if I wasn't a developer?  Seems to me &#34;ordinary people&#34; might have a need to set the path without having to mess with code.&#60;/p&#62;
&#60;p&#62;In any case, I appreciate the response and the assist.&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Specify upload location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/specify-upload-location#post-12459</link>
			<pubDate>Wed, 10 Nov 2010 23:17:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can already specify a new upload path via a filter added to your functions.php file.&#60;/p&#62;
&#60;p&#62;example:&#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;Be sure to specify the full server path to your directory, and also the full URL as well in the path variables.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>storage on "Specify upload location"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/specify-upload-location#post-12456</link>
			<pubDate>Wed, 10 Nov 2010 23:09:27 +0000</pubDate>
			<dc:creator>storage</dc:creator>
			<guid isPermaLink="false">12456@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm in the process of creating a form and accompanying plugin that allows an admin to upload files independent of the Media Gallery.  Yes, there's a good reason for it. :-)  The upload field on the form uploads to a directory structure that differs from the Media Gallery only in that it's got an extra directory in it called &#34;gravityforms&#34;.&#60;/p&#62;
&#60;p&#62;I would like to have all the uploads from this particular form to go to a single directory.  As of now I have to write code to make that happen after the form is submitted.  It would be really nice to have a setting that says &#34;Here's where I'd like these files uploaded if done via this form&#34;.   Default to the standard structure is fine, I'd just like to have control over it if the need arises, as it has in this case.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
