<?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: Form not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-working</link>
		<description>Gravity Support Forums Topic: Form not working</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:05:18 +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/form-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-21568</link>
			<pubDate>Fri, 25 Mar 2011 17:30:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It won't be until later this year.  We just finished a very big development cycle with the 1.5 release and our 2 new Add-Ons so we are taking a breather right now and focusing on any bug fixes for those new releases before planning new features.  But it is most definitely a feature we plan on adding later this year.&#60;/p&#62;
&#60;p&#62;The way browser security works is the browser doesn't let you tell it which files you want to download.  It has to happen as part of the form action.  If you could just tell the browser what to download at anytime, this would enable malicious code to download files from your computer without your permission.  So the upload has to take place as part of the form action for the form being submitted and can't be delayed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chenyu36 on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-21565</link>
			<pubDate>Fri, 25 Mar 2011 17:27:19 +0000</pubDate>
			<dc:creator>chenyu36</dc:creator>
			<guid isPermaLink="false">21565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;Thanks for the feedback. It's good to know that feature has been planned. Do you have a ball park schedule when the&#34;upload file progress bar&#34; or &#34;multiple file upload&#34; feature will be rolled out in future releases?&#60;/p&#62;
&#60;p&#62;Can you help me understand better as far as why delaying file upload could compromise browser security?&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-21546</link>
			<pubDate>Fri, 25 Mar 2011 16:59:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The current File Upload field does not support a progress bar.  We do plan on enhancing the File Upload field in a future release to incorporate a progress bar and multiple files in one upload.  This will require the uploads to take place before the form is submitted because of how these works, but it is most definitely on our list of feature enhancements we plan on implementing in the future.&#60;/p&#62;
&#60;p&#62;What you describe as far as delaying the upload isn't possible for browser security reasons.  The upload has to take place at the time they select the files and opt to upload.  It can't happen outside the scope of the form submission.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chenyu36 on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-21514</link>
			<pubDate>Fri, 25 Mar 2011 12:55:48 +0000</pubDate>
			<dc:creator>chenyu36</dc:creator>
			<guid isPermaLink="false">21514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to add a progress bar to extend the file upload functionality (basic PHP uploader)?&#60;br /&#62;
The reason being my client could be uploading anywhere between 100MB to 1GB of digital files, so potentially it could take a long time. (depending on client's upload bandwidth). I also want to make sure the connection does not timeout on the file upload due to larger file size.&#60;/p&#62;
&#60;p&#62;In order to help clients to go through order easily without waiting for the file(s) to upload, is it possible to just store the path to the file(s) first and only bulk upload at the conclusion of the transaction.(e.g. cart66 or other shopping cart solution) &#60;/p&#62;
&#60;p&#62;I appreciate your suggestions and ideas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-20538</link>
			<pubDate>Mon, 14 Mar 2011 12:48:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Because the file uploader is the built in PHP file uploader.  It doesn't know the file size limitations because it doesn't know the file size until after the upload occurs and the file is stored.  The standard PHP file upload functionality is pretty basic.  &#60;/p&#62;
&#60;p&#62;You may need to increase the file upload settings for your PHP settings.  You will have to discuss this with GoDaddy.  PHP has a max file upload size setting.  You may be exceeding that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cafehandmade on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-20534</link>
			<pubDate>Mon, 14 Mar 2011 12:31:19 +0000</pubDate>
			<dc:creator>cafehandmade</dc:creator>
			<guid isPermaLink="false">20534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried again and got it to work with smaller image file sizes.  If it is an image size issue, why doesn't it give an error message?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-20515</link>
			<pubDate>Mon, 14 Mar 2011 11:52:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's hard to tell just from your description what the issue could be.  It could be a PHP memory issue, or it could be a mod_security firewall issue blocking the AJAX request.  We'd have to see the issue firsthand to dry and determine what is happening.&#60;/p&#62;
&#60;p&#62;If you send us a WordPress admin login via our Contact Us form we can take a look and see what is going on.  Reference this forum post when doing so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cafehandmade on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-20487</link>
			<pubDate>Sun, 13 Mar 2011 22:18:36 +0000</pubDate>
			<dc:creator>cafehandmade</dc:creator>
			<guid isPermaLink="false">20487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I read about some issues with Go Daddy.  I am on Go Daddy on a linux server.  There was no resolution posted.  &#60;/p&#62;
&#60;p&#62;Can anyone assist? &#60;/p&#62;
&#60;p&#62;Not sure why it worked a few times then suddenly stopped working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cafehandmade on "Form not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-working#post-20450</link>
			<pubDate>Sat, 12 Mar 2011 11:44:16 +0000</pubDate>
			<dc:creator>cafehandmade</dc:creator>
			<guid isPermaLink="false">20450@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I set up the form with post fields; title, body; images; custom fields, etc.  Tested the form and it worked great.  I added a few more fields and now it is not working, even if I remove the fields later added.  It says &#34;sending request...&#34; in the browser status, then nothing... no error or success message.&#60;/p&#62;
&#60;p&#62;What could be causing this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cafehandmade.com/vendor-info/vendor-reservation/spring-craft-show-reservation/&#34; rel=&#34;nofollow&#34;&#62;http://cafehandmade.com/vendor-info/vendor-reservation/spring-craft-show-reservation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Kerri
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
