<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sunils blog &#187; image upload</title>
	<atom:link href="http://www.myhtmlworld.com/tag/image-upload/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhtmlworld.com</link>
	<description>myhtmlworld.com</description>
	<lastBuildDate>Mon, 14 Nov 2011 09:27:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Multiple file upload problem in wordpress</title>
		<link>http://www.myhtmlworld.com/wordpress/multiple-file-upload-problem-wordpress.html</link>
		<comments>http://www.myhtmlworld.com/wordpress/multiple-file-upload-problem-wordpress.html#comments</comments>
		<pubDate>Tue, 05 May 2009 02:24:25 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[media upload wordpress]]></category>
		<category><![CDATA[Multiple file upload]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=286</guid>
		<description><![CDATA[It is a long time since i write something under WordPress category. So I would like to share my recent experiment with you. Yesterday I have tried several times to upload multiple files upload in wordress file upload. But it was not success. It will show the crunching bar all the time. After some search [...]]]></description>
			<content:encoded><![CDATA[<p>It is a long time since i write something under WordPress category. So I would like to share my recent experiment with you.</p>
<p>Yesterday I have tried several times to upload multiple files upload in wordress file upload.<br />
<div id="attachment_287" class="wp-caption aligncenter" style="width: 310px"><a class="thickbox" rel="same-post-286" title = "add-files-wordpress" href="http://www.myhtmlworld.com/wp-content/uploads/2009/05/add-files-wordpress.jpg"></a><p class="wp-caption-text">Add files to wordpress</p></div></p>
<p><span id="more-286"></span></p>
<p>But it was not success. It will show the crunching bar all the time.<br />
<a class="thickbox" rel="same-post-286" title = "add-files-wordpress-crunching" href="http://www.myhtmlworld.com/wp-content/uploads/2009/05/add-files-wordpress-crunching.jpg"></a><br />
After some search I found a solution. I added .htaccess file in the wp-admin root. (www.yousite.com/wp-admin/) The content of the .htaccess file should look like this</p>
<pre lang="xml" line="1"><ifModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifModule></pre>
<p>This will disable mod_security for the upload file receiving code in the wp-admin directory.</p>
<p>Now I can upload multiple files.</p>
<p>If you are facing the same problem again, checkout this document.<br />
<a href="http://wordpress.org/support/topic/164999">http://wordpress.org/support/topic/164999</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/wordpress/multiple-file-upload-problem-wordpress.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

