<?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: After File Upload, display message confirming upload and filename?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename</link>
		<description>Gravity Support Forums Topic: After File Upload, display message confirming upload and filename?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:07:04 +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/after-file-upload-display-message-confirming-upload-and-filename" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "After File Upload, display message confirming upload and filename?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename#post-154638</link>
			<pubDate>Tue, 26 Feb 2013 00:49:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">154638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can change where the uploaded files are stored by using the gform_upload_path filter:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_upload_path&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_upload_path&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That code will be added to your theme's functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>songsbykelli on "After File Upload, display message confirming upload and filename?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename#post-154624</link>
			<pubDate>Tue, 26 Feb 2013 00:29:38 +0000</pubDate>
			<dc:creator>songsbykelli</dc:creator>
			<guid isPermaLink="false">154624@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can it be changed where the file uploads to?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "After File Upload, display message confirming upload and filename?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename#post-142538</link>
			<pubDate>Tue, 05 Feb 2013 11:06:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">142538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, when you said &#34;Advanced File Upload field&#34;, I got confused by what you meant. The upload field is just a normal HTML upload field and can't be managed or changed in any way beyond what a normal HTML upload field can be changed/manipulated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "After File Upload, display message confirming upload and filename?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename#post-142516</link>
			<pubDate>Tue, 05 Feb 2013 10:24:41 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">142516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not using an add-on - just plain ol' Gravity Forms. :-) However, thanks for getting back to me, David.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "After File Upload, display message confirming upload and filename?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename#post-141714</link>
			<pubDate>Mon, 04 Feb 2013 17:09:06 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">141714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms doesn't process file uploads until the user clicks submit. If you are using a different add-on for file uploads, then you'll have to talk to those developers about a way to check if the field is empty or not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "After File Upload, display message confirming upload and filename?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/after-file-upload-display-message-confirming-upload-and-filename#post-141687</link>
			<pubDate>Mon, 04 Feb 2013 16:22:39 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">141687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to display a confirmation message when the person uploads a file (using the Advanced File Upload field) that shows the filename. If there's an error submitting the form (e.g. a required field wasn't filled in), it does show the filename, but I can't see a way to display the filename after they've browsed and selected the file for upload. &#60;/p&#62;
&#60;p&#62;The browse field shows the whole address (including the drive and folder names), so the filename isn't visible unless the person knows to click in the field and go to the end of the address. There doesn't even seem to be a way to change the length of the field (whereas many other fields offer small/medium/large sizes).&#60;/p&#62;
&#60;p&#62;If there was a way to use conditional logic to test if the person had browsed and selected a file, I could create my own message (using HTML with conditional logic), but there doesn't seem to be any way to check if a field is empty and there's no way to know what the filename will be.&#60;/p&#62;
&#60;p&#62;Many thanks for the help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
