<?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: Show Uploaded Files</title>
		<link>https://legacy.forums.gravityhelp.com/topic/show-uploaded-files</link>
		<description>Gravity Support Forums Topic: Show Uploaded Files</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 07:55:46 +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/show-uploaded-files" rel="self" type="application/rss+xml" />

		<item>
			<title>iamdangavin on "Show Uploaded Files"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-uploaded-files#post-27093</link>
			<pubDate>Mon, 06 Jun 2011 10:43:50 +0000</pubDate>
			<dc:creator>iamdangavin</dc:creator>
			<guid isPermaLink="false">27093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great thanks David. &#60;/p&#62;
&#60;p&#62;I just did something similar using an email form on the author page that collects the current authors email address into a hidden field, and then used the gforms_reroute hook to send to the email that was collected into the hidden field.&#60;/p&#62;
&#60;p&#62;I will post when I have it figured out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Show Uploaded Files"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-uploaded-files#post-26799</link>
			<pubDate>Thu, 02 Jun 2011 11:45:03 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dan,&#60;/p&#62;
&#60;p&#62;If you're uploading them simply as file uploads the only way I can think of to retrieve them by the author page from which they were submitted is a) to have a hidden field on the submission form that is dynamically populated with the author page you are viewing and b) writing a custom query to get all entries where where the form ID is the submission form ID and the value of the hidden field is the author page you are requesting.&#60;/p&#62;
&#60;p&#62;Rough translation, this is not possible out of the box; however, if you have any experience with PHP it is feasible to accomplish.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamdangavin on "Show Uploaded Files"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-uploaded-files#post-26767</link>
			<pubDate>Wed, 01 Jun 2011 20:38:36 +0000</pubDate>
			<dc:creator>iamdangavin</dc:creator>
			<guid isPermaLink="false">26767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David - &#60;/p&#62;
&#60;p&#62;Thanks, but I don't think that is going to work in my case.&#60;/p&#62;
&#60;p&#62;I have a file upload form (not a front end post file upload form) that is on the author template file. So when you go to &#60;a href=&#34;http://mysite.com/author/myname&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com/author/myname&#60;/a&#62;. I can upload a form to the member on that page.&#60;/p&#62;
&#60;p&#62;I would then need to find a way to display the files that were uploaded to that specific author page. And show the link to it.&#60;/p&#62;
&#60;p&#62;Is there any way to do something like this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Show Uploaded Files"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-uploaded-files#post-26701</link>
			<pubDate>Wed, 01 Jun 2011 11:43:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26701@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dan,&#60;/p&#62;
&#60;p&#62;Gravity Forms does not handle how any of the post date (including file uploads) are displayed. It sounds like you're just wanting to display attachments. This might be helpful: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wprecipes.com/how-to-show-wordpress-post-attachments&#34; rel=&#34;nofollow&#34;&#62;http://www.wprecipes.com/how-to-show-wordpress-post-attachments&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently there is no way to approve files before they are fully uploaded. You can prevent them from displaying on the site if they are attached to a post by setting the default post status to &#34;draft&#34; or &#34;pending&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamdangavin on "Show Uploaded Files"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/show-uploaded-files#post-26678</link>
			<pubDate>Tue, 31 May 2011 23:33:17 +0000</pubDate>
			<dc:creator>iamdangavin</dc:creator>
			<guid isPermaLink="false">26678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to allow viewers to upload PDF files to an User that is registered on our site.&#60;/p&#62;
&#60;p&#62;So if you were to go to: &#60;a href=&#34;http://mysite.com/author/myname&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com/author/myname&#60;/a&#62; There would be a file upload form. Once the file has been uploaded I would like to be able to show all of the files that have been uploaded on this authors page.&#60;/p&#62;
&#60;p&#62;Am I missing something on how to display the files that have been uploaded?&#60;/p&#62;
&#60;p&#62;Also is there a way to restrict the file uploads to be completely uploaded until the Admin approves them?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
