<?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: Filter for processing image file uploads?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/filter-for-processing-image-file-uploads</link>
		<description>Gravity Support Forums Topic: Filter for processing image file uploads?</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 11:12:26 +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/filter-for-processing-image-file-uploads" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Filter for processing image file uploads?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filter-for-processing-image-file-uploads#post-54167</link>
			<pubDate>Tue, 03 Apr 2012 18:30:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">54167@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can use the gform_pre_submission hook or the gform_after_submission hook to execute custom code and access form field data.&#60;/p&#62;
&#60;p&#62;You should be able to get the full path to the file that is uploaded by getting that fields value via those two hooks.  The full http path to the file is stored as the value of the file upload field.&#60;/p&#62;
&#60;p&#62;So using one of those two hooks you could execute any custom code you want and should be able to accomplish what you describe as long as you know how to properly write the custom PHP necessary to put the wp_create_thumbnail function to use.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LumpySimon on "Filter for processing image file uploads?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filter-for-processing-image-file-uploads#post-52483</link>
			<pubDate>Wed, 14 Mar 2012 23:49:29 +0000</pubDate>
			<dc:creator>LumpySimon</dc:creator>
			<guid isPermaLink="false">52483@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I'd like to use the &#60;code&#62;wp_create_thumbnail&#60;/code&#62; function to resize images after upload (these are normal image uploads, not post images), but I can't figure out how I can use GF hooks to get the details of the uploaded image.&#60;/p&#62;
&#60;p&#62;Is it possible to somehow find out the path &#38;amp; filename of an uploaded image after it has been successfully uploaded so I can then make whatever changes I want to it?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
