<?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: Ajax File upload &#8211;  Jquery Plugin</title>
	<atom:link href="http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 06:22:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sasanga</title>
		<link>http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/comment-page-1/#comment-3814</link>
		<dc:creator>sasanga</dc:creator>
		<pubDate>Thu, 09 Feb 2012 04:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.techiegyan.com/?p=42#comment-3814</guid>
		<description>Hi Aditya ,

I got an issue with IE while uploading files using this library.on chrome/FF it works fine. but Oon IE im hitting the success call back with &#039;false&#039;. when I check the network log there was no request has been made. 

$.ajaxFileUpload ({
				url:that.actionUrl + &quot;&amp;a=ideaFileUpload&amp;ideaId=&quot; + localIdeaId + &quot;&amp;ideaMediaContentName=ideaMediaContent&quot; + that.uploadContentCount,
				secureuri:false,
				fileElementId:&#039;ideaMediaContent&#039;+that.uploadContentCount,
				dataType: &#039;json&#039;,
				success: function (data2) {
					that.uploadContent(successCalling ,localIdeaId,AddIdeaData);		
				},
				error: function (data2) {
					if(that.uploadCompleted){
						successCalling(AddIdeaData);
					}else{
						that.__deleteIdea(localIdeaId, false);
						$(&#039;#addIdeaForm&#039;).show();
						that.showUserMessage(that.getMessage(&#039;uploadIdeaMediaContentError&#039;));
					}
				}
			});

any suggestion will be really appriciate</description>
		<content:encoded><![CDATA[<p>Hi Aditya ,</p>
<p>I got an issue with IE while uploading files using this library.on chrome/FF it works fine. but Oon IE im hitting the success call back with &#8216;false&#8217;. when I check the network log there was no request has been made. </p>
<p>$.ajaxFileUpload ({<br />
				url:that.actionUrl + &#8220;&amp;a=ideaFileUpload&amp;ideaId=&#8221; + localIdeaId + &#8220;&amp;ideaMediaContentName=ideaMediaContent&#8221; + that.uploadContentCount,<br />
				secureuri:false,<br />
				fileElementId:&#8217;ideaMediaContent&#8217;+that.uploadContentCount,<br />
				dataType: &#8216;json&#8217;,<br />
				success: function (data2) {<br />
					that.uploadContent(successCalling ,localIdeaId,AddIdeaData);<br />
				},<br />
				error: function (data2) {<br />
					if(that.uploadCompleted){<br />
						successCalling(AddIdeaData);<br />
					}else{<br />
						that.__deleteIdea(localIdeaId, false);<br />
						$(&#8216;#addIdeaForm&#8217;).show();<br />
						that.showUserMessage(that.getMessage(&#8216;uploadIdeaMediaContentError&#8217;));<br />
					}<br />
				}<br />
			});</p>
<p>any suggestion will be really appriciate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wujay</title>
		<link>http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/comment-page-1/#comment-3785</link>
		<dc:creator>wujay</dc:creator>
		<pubDate>Wed, 14 Dec 2011 14:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techiegyan.com/?p=42#comment-3785</guid>
		<description>no success callback?

Maybe try this : http://jayghost.iteye.com/admin/blogs/1310977

notice this ajaxfileupload.js

if ( type == &quot;json&quot; )  
            eval( &quot;data = &quot; + data );

change it!</description>
		<content:encoded><![CDATA[<p>no success callback?</p>
<p>Maybe try this : <a href="http://jayghost.iteye.com/admin/blogs/1310977" rel="nofollow">http://jayghost.iteye.com/admin/blogs/1310977</a></p>
<p>notice this ajaxfileupload.js</p>
<p>if ( type == &#8220;json&#8221; )<br />
            eval( &#8220;data = &#8221; + data );</p>
<p>change it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Choi &#187; Blog Archive &#187; The basic of to create a Asynchronous upload (Ajax)</title>
		<link>http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/comment-page-1/#comment-3781</link>
		<dc:creator>Richard Choi &#187; Blog Archive &#187; The basic of to create a Asynchronous upload (Ajax)</dc:creator>
		<pubDate>Mon, 12 Dec 2011 02:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techiegyan.com/?p=42#comment-3781</guid>
		<description>[...] http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/" rel="nofollow">http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satheesh v</title>
		<link>http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/comment-page-1/#comment-3698</link>
		<dc:creator>Satheesh v</dc:creator>
		<pubDate>Mon, 19 Sep 2011 05:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techiegyan.com/?p=42#comment-3698</guid>
		<description>Hi i also have the same problem in Firefox 3.5  . the json response is download by the download manager . but it is working fine in the internet explorer. more over i didnt change the code too much. please help me if any one find out the solution</description>
		<content:encoded><![CDATA[<p>Hi i also have the same problem in Firefox 3.5  . the json response is download by the download manager . but it is working fine in the internet explorer. more over i didnt change the code too much. please help me if any one find out the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun</title>
		<link>http://www.techiegyan.com/2008/06/09/ajax-file-upload-jquery-plugin/comment-page-1/#comment-3682</link>
		<dc:creator>Tarun</dc:creator>
		<pubDate>Sat, 10 Sep 2011 08:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techiegyan.com/?p=42#comment-3682</guid>
		<description>hello, I am trying to use this plugin with spring MVC 3.0 to receive JSON response but it is not working with Firefox. It start download manager to download JSON. I have also tried to set content type as &quot;text/html&quot; but as I am using responsebody annotation, it is getting override when JAXON api try to create JSON object from my response bean... can any put some light on this to resolve this issue ...</description>
		<content:encoded><![CDATA[<p>hello, I am trying to use this plugin with spring MVC 3.0 to receive JSON response but it is not working with Firefox. It start download manager to download JSON. I have also tried to set content type as &#8220;text/html&#8221; but as I am using responsebody annotation, it is getting override when JAXON api try to create JSON object from my response bean&#8230; can any put some light on this to resolve this issue &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

