<?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: Add A File Upload Progress Bar?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar</link>
		<description>Gravity Support Forums Topic: Add A File Upload Progress Bar?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 00:13:27 +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/add-a-file-upload-progress-bar" rel="self" type="application/rss+xml" />

		<item>
			<title>Berry on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-23541</link>
			<pubDate>Mon, 18 Apr 2011 09:31:43 +0000</pubDate>
			<dc:creator>Berry</dc:creator>
			<guid isPermaLink="false">23541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Pretty please can you make a nice flash upload progress bar?&#60;/p&#62;
&#60;p&#62;It would make my year, fact!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-23018</link>
			<pubDate>Mon, 11 Apr 2011 17:17:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should be able to simply convert the unique ID's in the previous sample to use generic class names instead. That way you could apply the script to all of your forms. Something like this.. (should work but I haven't tested it)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]

jQuery.noConflict();
  jQuery(document).ready(function($) {

  		$(&#38;quot;.gform_wrapper).after(&#38;quot;&#38;lt;div class=&#38;#39;fakeprogress&#38;#39;&#38;gt;&#38;lt;h2&#38;gt;Uploading Files.. Please Wait&#38;lt;/h2&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;);
  		$(&#38;quot;.fakeprogress&#38;quot;).hide();
		$(&#38;quot;.gform_footer input.button&#38;quot;).click(function () {
   			$(&#38;quot;.fakeprogress&#38;quot;).delay(3000).show(&#38;#39;slow&#38;#39;);
		});	

  });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll need to adjust any CSS rules to reflect the changes as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwvelez on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-22968</link>
			<pubDate>Mon, 11 Apr 2011 12:08:01 +0000</pubDate>
			<dc:creator>jwvelez</dc:creator>
			<guid isPermaLink="false">22968@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;I used the code you provided above and it worked like a charm. However, I have more than 20 forms, with different IDs, and different submit buttons (same button but w/ /different IDs). How would I go about specifying every form and button in the above code, so that I get the #fakeprogress div showing on click on every form I have?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-21307</link>
			<pubDate>Thu, 24 Mar 2011 11:00:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">21307@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No news on a flash-based file upload at this point. We've been busy with the release of the new 1.5 version along with the User Registration Add-on and other updates.&#60;/p&#62;
&#60;p&#62;A multi-file uploader with progress bar, etc is still on the list but it will still be a little while until we get that implemented.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwvelez on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-21306</link>
			<pubDate>Thu, 24 Mar 2011 10:53:54 +0000</pubDate>
			<dc:creator>jwvelez</dc:creator>
			<guid isPermaLink="false">21306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1 for upload progress bar!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ssbsupport on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-20125</link>
			<pubDate>Tue, 08 Mar 2011 12:37:16 +0000</pubDate>
			<dc:creator>ssbsupport</dc:creator>
			<guid isPermaLink="false">20125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1 for a file upload progress bar - any news on the progress of the flash based option with multiple select mentioned above about 3 months ago?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GregH on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-16585</link>
			<pubDate>Wed, 19 Jan 2011 09:48:42 +0000</pubDate>
			<dc:creator>GregH</dc:creator>
			<guid isPermaLink="false">16585@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good one thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-12461</link>
			<pubDate>Wed, 10 Nov 2010 23:19:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12461@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, you can use a filter to change the upload path. Just modify it to your preference and add it 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>jbruce on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-12454</link>
			<pubDate>Wed, 10 Nov 2010 22:55:15 +0000</pubDate>
			<dc:creator>jbruce</dc:creator>
			<guid isPermaLink="false">12454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That would be great.  Thanks for the response.  Question... without getting too far off track.  Is it possible to have the files uploaded to a specific directory instead of the default gravity, etc... ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Add A File Upload Progress Bar?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-a-file-upload-progress-bar#post-12453</link>
			<pubDate>Wed, 10 Nov 2010 21:33:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12453@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'll be adding a flash-based upload tool at some point which will allow for multi-file uploads, progress bar, etc. It's on the drawing board, but I can't really tell you right now what release it's going to be in. &#60;/p&#62;
&#60;p&#62;We have a ton of features we still want to add and are also busy developing other add-ons as well as some new products. We'll get it in there as soon as we can.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
