<?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: Upload File Path blank page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page</link>
		<description>Gravity Support Forums Topic: Upload File Path blank page</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:55:28 +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/upload-file-path-blank-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Upload File Path blank page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page#post-29903</link>
			<pubDate>Wed, 13 Jul 2011 15:44:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29903@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need to check to make sure that the path is 100% correct and the file permissions on that folder are correct.  Another thing you can do is turn WordPress debug mode on and then see if you get an actual error.  There may be an error right now, you just aren't seeing it because debug mode is turned off.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imagenow on "Upload File Path blank page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page#post-29873</link>
			<pubDate>Wed, 13 Jul 2011 04:34:52 +0000</pubDate>
			<dc:creator>imagenow</dc:creator>
			<guid isPermaLink="false">29873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I only want to know if it's possible to put the images uploaded by the form into a different folder in the root of the FTP.&#60;br /&#62;
This is the actual site form &#60;a href=&#34;http://www.miogadget.it/upload/&#34; rel=&#34;nofollow&#34;&#62;http://www.miogadget.it/upload/&#60;/a&#62;&#60;br /&#62;
All WP files are into a sub folder called upload. I need to put, for example, the images into a folder with this url &#60;a href=&#34;http://www.miogadget.it/upload_personalizzazioni/&#34; rel=&#34;nofollow&#34;&#62;http://www.miogadget.it/upload_personalizzazioni/&#60;/a&#62;&#60;br /&#62;
The new folder is on the root of the FTP and not into the upload folder.&#60;br /&#62;
This is the code that I use and generate me the blank page when I visit the upload url (&#60;a href=&#34;http://www.miogadget.it/upload/)&#34; rel=&#34;nofollow&#34;&#62;http://www.miogadget.it/upload/)&#60;/a&#62;. I insert this code into function.php file, now it's disable because I need that the form works now.&#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;/mnt/stor7-wc1-dfw1/377918/575057/www.miogadget.it/web/content/upload_personalizzazioni/&#38;quot;;
   $path_info[&#38;quot;url&#38;quot;] = &#38;quot;http://www.miogadget.it/upload_personalizzazioni/&#38;quot;;
   return $path_info;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Upload File Path blank page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page#post-29767</link>
			<pubDate>Tue, 12 Jul 2011 08:55:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">29767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Loading this URL:&#60;br /&#62;
&#60;a href=&#34;http://www.miogadget.it/upload/&#34; rel=&#34;nofollow&#34;&#62;http://www.miogadget.it/upload/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Results in this page:&#60;br /&#62;
&#60;a href=&#34;http://min.us/mddckLT&#34; rel=&#34;nofollow&#34;&#62;http://min.us/mddckLT&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is your experience and what did you expect to happen?  Looks like you have a Page called &#34;Upload&#34; at this URL and the form is embedded there.  That's not the same thing as your &#34;uploads&#34; directory which you've called &#34;/new/path/&#34;.  Also, the last part of the path there (path) should be the same at the past part of your URL (images).  It's not in your example, but I'm not sure if that's just an error from editing or if you actually have something like that in use.  If you post the actual code you're using, someone may be able to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imagenow on "Upload File Path blank page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page#post-29762</link>
			<pubDate>Tue, 12 Jul 2011 05:42:36 +0000</pubDate>
			<dc:creator>imagenow</dc:creator>
			<guid isPermaLink="false">29762@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I set all correctly, but I see a blank page when I go to &#60;a href=&#34;http://www.miogadget.it/upload/&#34; rel=&#34;nofollow&#34;&#62;http://www.miogadget.it/upload/&#60;/a&#62;&#60;br /&#62;
I insert this code into function.php but don't work, I see a blank page.&#60;br /&#62;
I use the default theme of WP twentyten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Upload File Path blank page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page#post-29643</link>
			<pubDate>Mon, 11 Jul 2011 12:48:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29643@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One thing to check is the path has to be the full absolute path on the server.  It's not a relative path, it's the full server path.  So you may need to double check that the path is 100% correct and that the file permissions for the folder you are using is set to CHMOD 777 or 755 to allow uploads.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>imagenow on "Upload File Path blank page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-file-path-blank-page#post-29617</link>
			<pubDate>Mon, 11 Jul 2011 11:00:24 +0000</pubDate>
			<dc:creator>imagenow</dc:creator>
			<guid isPermaLink="false">29617@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I try to set this code in my function.php template file but it doesn't work&#60;br /&#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;When I set the path and the url I have a blank page on my website.&#60;br /&#62;
How can I resolve this problem?&#60;br /&#62;
Thank you for your support&#60;/p&#62;
&#60;p&#62;URL of my site: &#60;a href=&#34;http://www.miogadget.it/upload/&#34; rel=&#34;nofollow&#34;&#62;http://www.miogadget.it/upload/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
