<?xml version="1.0" encoding="utf-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress File Uploads With IIS</title>
	<atom:link href="http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/</link>
	<description>cat /dev/random</description>
	<lastBuildDate>Sat, 04 Jul 2009 08:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Office Warfare &#187; Uploading Pictuers to Wordpress in IIS</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-822134</link>
		<dc:creator>Office Warfare &#187; Uploading Pictuers to Wordpress in IIS</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-822134</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] and that I was going to fix the problem. I started in the obvious place, Google, and came up with this link that got me part way there and filled me in on some inlightening stuff about php temp files.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanD</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-755240</link>
		<dc:creator>DanD</dc:creator>
		<pubDate>Tue, 24 Feb 2009 07:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-755240</guid>
		<description>Ok, this post helped, thanks, but I still had an issue when windows would not put the proper permissions on the file after Wordpress would copy it from the tmp folder to the uploads directory.  The end result was a file uploaded but not viewable.

What solved my issue is uncommenting the following line in php.ini :  &quot;fastcgi.impersonate = 1;&quot;.  This will allow IIS to copy the permissions properly.  

Don&#039;t forget to recyle the application pool in iis manager to reload the  re-edited php.ini.</description>
		<content:encoded><![CDATA[<p>Ok, this post helped, thanks, but I still had an issue when windows would not put the proper permissions on the file after Wordpress would copy it from the tmp folder to the uploads directory.  The end result was a file uploaded but not viewable.</p>
<p>What solved my issue is uncommenting the following line in php.ini :  &#8220;fastcgi.impersonate = 1;&#8221;.  This will allow IIS to copy the permissions properly.  </p>
<p>Don&#8217;t forget to recyle the application pool in iis manager to reload the  re-edited php.ini.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonB</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-735371</link>
		<dc:creator>JonB</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-735371</guid>
		<description>OK - I gave it up for the Zip fix thing, LOL.  Its an explanation -</description>
		<content:encoded><![CDATA[<p>OK &#8211; I gave it up for the Zip fix thing, LOL.  Its an explanation -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonB</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-735362</link>
		<dc:creator>JonB</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-735362</guid>
		<description>Hi James -

I will have some answers for you tomorrow on both your issues I think.  At least things you will be able to check.  I&#039;m mostly a cross platform server geek. I will &#039;probably&#039; post the info on your WordPress threads.

Right now I&#039;m in the midst of installs &amp; way too many checklists.

/me feels like a party-crasher, LOL</description>
		<content:encoded><![CDATA[<p>Hi James -</p>
<p>I will have some answers for you tomorrow on both your issues I think.  At least things you will be able to check.  I&#8217;m mostly a cross platform server geek. I will &#8216;probably&#8217; post the info on your WordPress threads.</p>
<p>Right now I&#8217;m in the midst of installs &amp; way too many checklists.</p>
<p>/me feels like a party-crasher, LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-732708</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-732708</guid>
		<description>This is at least peripherally related to two issues I am seeing.

I am having troubles where my image uploader is not giving any option but full size for image uploads.  I am fairly certain this is not a permissions issue since I am able to upload the images and further I am able to select tn views using the edit feature after the image is uploaded:

http://wordpress.org/support/topic/231020

Also, I am not able to auto-update plugins due to a permissions issue of some sort:

http://wordpress.org/support/topic/187786

I wonder if you might be able to offer any insight into the matter?  It&#039;s tough to find other Windows/WP administrators out there.

(Feel free to write to me and we can take this off-line if that&#039;s better for you.)</description>
		<content:encoded><![CDATA[<p>This is at least peripherally related to two issues I am seeing.</p>
<p>I am having troubles where my image uploader is not giving any option but full size for image uploads.  I am fairly certain this is not a permissions issue since I am able to upload the images and further I am able to select tn views using the edit feature after the image is uploaded:</p>
<p><a href="http://wordpress.org/support/topic/231020" rel="nofollow">http://wordpress.org/support/topic/231020</a></p>
<p>Also, I am not able to auto-update plugins due to a permissions issue of some sort:</p>
<p><a href="http://wordpress.org/support/topic/187786" rel="nofollow">http://wordpress.org/support/topic/187786</a></p>
<p>I wonder if you might be able to offer any insight into the matter?  It&#8217;s tough to find other Windows/WP administrators out there.</p>
<p>(Feel free to write to me and we can take this off-line if that&#8217;s better for you.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milwaukee SEO Firm</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-724714</link>
		<dc:creator>Milwaukee SEO Firm</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-724714</guid>
		<description>@Christian

Based on my experience with 5 different ASP.Net shared hosting companies, I sort of doubt that you will be able to get this to work.  Your only choice might be a VPS or dedicated server.  I have a BlogEngine.Net blog that works with IIS, but am considering using WordPress for a second blog.  I will very likely choose a Linux plan for it.</description>
		<content:encoded><![CDATA[<p>@Christian</p>
<p>Based on my experience with 5 different ASP.Net shared hosting companies, I sort of doubt that you will be able to get this to work.  Your only choice might be a VPS or dedicated server.  I have a BlogEngine.Net blog that works with IIS, but am considering using WordPress for a second blog.  I will very likely choose a Linux plan for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Gehrke</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-693656</link>
		<dc:creator>Christian Gehrke</dc:creator>
		<pubDate>Mon, 17 Nov 2008 15:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-693656</guid>
		<description>Joe this looks pretty good for people hosting their WP on their own servers. I have a shared hosting account with a company and can&#039;t access the services you mention. 

Does anyone have a way to get uploads working in a shared hosting environment?</description>
		<content:encoded><![CDATA[<p>Joe this looks pretty good for people hosting their WP on their own servers. I have a shared hosting account with a company and can&#8217;t access the services you mention. </p>
<p>Does anyone have a way to get uploads working in a shared hosting environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonB</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-670111</link>
		<dc:creator>JonB</dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-670111</guid>
		<description>Umm - Clay

the &#039;user&#039; never owns the file in this kind of an environment, they aren&#039;t authenticated.

IUSR is the proxy for the client. It represents the Anonymous Access view/filter of files and folders present in an IIS website. I hope this helps.</description>
		<content:encoded><![CDATA[<p>Umm &#8211; Clay</p>
<p>the &#8216;user&#8217; never owns the file in this kind of an environment, they aren&#8217;t authenticated.</p>
<p>IUSR is the proxy for the client. It represents the Anonymous Access view/filter of files and folders present in an IIS website. I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-668612</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-668612</guid>
		<description>i am not sure if it was covered but whatever you put in your upload_tmp_dir is deleted by PHP when the script ends, at least that&#039;s how it used to be i believe, that is a bit of a temp holding ground, you&#039;re supposed to migrate it to a permanent location after receiving the upload stream, this should be why someon&#039;s image wasn&#039;t showing up after upload, it didn&#039;t really exsist after it.

this is in reference to uploading files / using $_FILES.

If you&#039;re gonna upload, read the manual on it so you know what you&#039;re using:
http://us3.php.net/file-upload
FROM PHP SITE:
&quot;The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed. &quot;

and from what i saw above, IUSR is being given too many rights and the user does not (and i would think should not) not own any file.</description>
		<content:encoded><![CDATA[<p>i am not sure if it was covered but whatever you put in your upload_tmp_dir is deleted by PHP when the script ends, at least that&#8217;s how it used to be i believe, that is a bit of a temp holding ground, you&#8217;re supposed to migrate it to a permanent location after receiving the upload stream, this should be why someon&#8217;s image wasn&#8217;t showing up after upload, it didn&#8217;t really exsist after it.</p>
<p>this is in reference to uploading files / using $_FILES.</p>
<p>If you&#8217;re gonna upload, read the manual on it so you know what you&#8217;re using:<br />
<a href="http://us3.php.net/file-upload" rel="nofollow">http://us3.php.net/file-upload</a><br />
FROM PHP SITE:<br />
&#8220;The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed. &#8221;</p>
<p>and from what i saw above, IUSR is being given too many rights and the user does not (and i would think should not) not own any file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevN</title>
		<link>http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/comment-page-1/#comment-644480</link>
		<dc:creator>DevN</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://joseph.randomnetworks.com/archives/2007/09/04/wordpress-file-uploads-with-iis/#comment-644480</guid>
		<description>Thanks for the additional info Jon. I&#039;m running it in a closed environment as well. Everything works fine except for the images uploaded via WP. lol back to the drawing board on this one.</description>
		<content:encoded><![CDATA[<p>Thanks for the additional info Jon. I&#8217;m running it in a closed environment as well. Everything works fine except for the images uploaded via WP. lol back to the drawing board on this one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
