<?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: Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object</title>
		<link>https://legacy.forums.gravityhelp.com/topic/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object</link>
		<description>Gravity Support Forums Topic: Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:41:07 +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/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object" rel="self" type="application/rss+xml" />

		<item>
			<title>bigyello on "Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object#post-100981</link>
			<pubDate>Mon, 10 Dec 2012 16:58:59 +0000</pubDate>
			<dc:creator>bigyello</dc:creator>
			<guid isPermaLink="false">100981@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nothing at all? I'd love a resolution to this as well...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blueprintds on "Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object#post-60894</link>
			<pubDate>Wed, 30 May 2012 18:22:05 +0000</pubDate>
			<dc:creator>blueprintds</dc:creator>
			<guid isPermaLink="false">60894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you elaborate on this? Im having the same issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinpurves on "Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object#post-56718</link>
			<pubDate>Thu, 26 Apr 2012 17:55:03 +0000</pubDate>
			<dc:creator>colinpurves</dc:creator>
			<guid isPermaLink="false">56718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's ok... I fixed it myself anyway. I used a separator of '&#124;' and ignored the displayed colon in the output.&#60;/p&#62;
&#60;p&#62;Working great now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinpurves on "Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object#post-56714</link>
			<pubDate>Thu, 26 Apr 2012 17:42:35 +0000</pubDate>
			<dc:creator>colinpurves</dc:creator>
			<guid isPermaLink="false">56714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Anyone able to help me?&#60;br /&#62;
BUMP
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinpurves on "Extracting image file upload URL via &#039;gform_after_submission&#039; and Entry object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extracting-image-file-upload-url-via-gform_after_submission-and-entry-object#post-56581</link>
			<pubDate>Wed, 25 Apr 2012 20:20:25 +0000</pubDate>
			<dc:creator>colinpurves</dc:creator>
			<guid isPermaLink="false">56581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have searched all over this forum and outside for some help with this issue I'm having.&#60;/p&#62;
&#60;p&#62;I want to extract the photo file url via the Entry object. &#60;/p&#62;
&#60;p&#62;I've tried calling the entry object post image from an action hook on gform_after_submission.&#60;/p&#62;
&#60;p&#62;All works well except when I need to get the data. I test it with...&#60;br /&#62;
&#38;lt;script&#38;gt;alert('&#38;lt;?php echo $entry[7]; ?&#38;gt;');&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;but the output I get in an alert box for this is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.giantsintheforest.com/wp-content/uploads/gravity_forms/4-579a0ef92f79dc5030d7b0a999e94fb9/2012/04/Penguins2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.giantsintheforest.com/wp-content/uploads/gravity_forms/4-579a0ef92f79dc5030d7b0a999e94fb9/2012/04/Penguins2.jpg&#60;/a&#62;&#124;:&#124;photo title&#124;:&#124;&#124;:&#124;&#124;:&#124;272&#60;/p&#62;
&#60;p&#62;I've tried using the php explode function, to give me just the URL, but cannot split it using a seperator of '&#124;:&#124;'&#60;/p&#62;
&#60;p&#62;My aim is to resize all uploaded images by calling a resize php class function whenever there is an image upload in the form, It may be better to call the action before submission I suppose? I want to keep the images reduced in all areas of wordpress, inc the media library.&#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
