<?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: FAILED (Upload folder could not be created.)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-2</link>
		<description>Gravity Support Forums Topic: FAILED (Upload folder could not be created.)</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:37:26 +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/failed-upload-folder-could-not-be-created-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-2#post-72460</link>
			<pubDate>Fri, 24 Aug 2012 07:44:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72460@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to resolve that.  Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vixvii on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-2#post-72456</link>
			<pubDate>Fri, 24 Aug 2012 07:41:01 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">72456@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update : After posting my reply I thought to try removing the first &#34;/&#34; of the path and now it works! (&#34;wp-content/uploads/&#34;)&#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vixvii on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-2#post-72454</link>
			<pubDate>Fri, 24 Aug 2012 07:38:04 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">72454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply. My service provider confirmed that PHP safe mode is off, but I still have the error. Unfortunately I cannot see exactly what path it is trying to create, I only get the &#34;FAILED (Upload folder could not be created.) &#34; error in the admin confirmation message.&#60;/p&#62;
&#60;p&#62;wp-content has permission 755 and uploads I changed from 755 to 777 when this problem started.&#60;/p&#62;
&#60;p&#62;I initially had the path as &#34;wp-content/uploads&#34; (without the front and back slashes) and then it uploaded the file inside wp-content as uploadsfilename.ext&#60;/p&#62;
&#60;p&#62;I have asked for directoryindexing to be turned off too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-2#post-72447</link>
			<pubDate>Fri, 24 Aug 2012 06:49:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What are the permissions for the wp-content folder and uploads folder within that?&#60;/p&#62;
&#60;p&#62;Your code looks correct.  However, can you post the full error?  Does it show the path of the folder it's trying to create?&#60;/p&#62;
&#60;p&#62;You may want to turn off DirectoryIndexes on your server:&#60;br /&#62;
&#60;a href=&#34;http://fllsa.org/wp-content/uploads/&#34; rel=&#34;nofollow&#34;&#62;http://fllsa.org/wp-content/uploads/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vixvii on "FAILED (Upload folder could not be created.)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/failed-upload-folder-could-not-be-created-2#post-72432</link>
			<pubDate>Fri, 24 Aug 2012 03:31:28 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">72432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;From other forums this looks like it is a PHP safe mode issue, but I need to be sure. I have requested my service provider to look into it for me too, but what confuses me is that this works if I use just the wp_content folder... Only problem is that I need the uploads to go to the root of the uploads folder.&#60;/p&#62;
&#60;p&#62;Could you please verify if I am using the filters correctly below?&#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){
   $path_info[&#38;quot;path&#38;quot;] = &#38;quot;/wp-content/uploads/&#38;quot;;
   $path_info[&#38;quot;url&#38;quot;] = &#38;quot;http://fllsa.org/wp-content/uploads/&#38;quot;;
   return $path_info;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
