<?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 progress for Java using commons fileupload and prototype</title>
	<atom:link href="http://www.missiondata.com/blog/java/28/file-upload-progress-with-ajax-and-java-and-prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/</link>
	<description>Louisville-based Web Development &#038; Software Engineering</description>
	<lastBuildDate>Tue, 02 Mar 2010 02:10:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Script instalation service</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-29017</link>
		<dc:creator>Script instalation service</dc:creator>
		<pubDate>Thu, 20 Sep 2007 07:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-29017</guid>
		<description>I’ve been lookign for a progress monitor for uploads for a long while and this is by far the clearest explanation, cheers.</description>
		<content:encoded><![CDATA[<p>I’ve been lookign for a progress monitor for uploads for a long while and this is by far the clearest explanation, cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tremend Tech Blog &#187; AJAX file upload monitoring - monitor your file upload with DWR and commons-fileupload</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-13070</link>
		<dc:creator>Tremend Tech Blog &#187; AJAX file upload monitoring - monitor your file upload with DWR and commons-fileupload</dc:creator>
		<pubDate>Thu, 01 Mar 2007 06:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-13070</guid>
		<description>[...] Monitoring your file upload using ajax is a must have for any web 2.0 application. There are already some good examples developed by prosson and carsonm. [...]</description>
		<content:encoded><![CDATA[<p>[...] Monitoring your file upload using ajax is a must have for any web 2.0 application. There are already some good examples developed by prosson and carsonm. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-1161</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Thu, 05 Oct 2006 02:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-1161</guid>
		<description>EXCELLENT ! EXCELLENT! and again EXCELLENT!

Just finish implementing your code in a project i am working on. Fit in was easy.
However are you aware that the code only work with 80% of the current browsers?

The code goes into a loop under Mozillia Firefox 1.5.0.4 (the latest release).

Yes, i know it seems strange considering that you are using Prototype and firefox plays nicely with Prototype

Seems the  JS function killUpdate is not being dispatched when you reply with your stats data. The main indicators of this are: The submit query button remains disabled and if you have the firebug JS debugger you will see the code continually making HTTP get calls to the upload module.

Stranger still is that the code runs fine with IE 6.0.2   ( the 80% market killer )

Any suggestions for a work around or patch?

Again kudos to you for making an Apache project output easy to use and incorporate by using a simple example which is usable in its original state,</description>
		<content:encoded><![CDATA[<p>EXCELLENT ! EXCELLENT! and again EXCELLENT!</p>
<p>Just finish implementing your code in a project i am working on. Fit in was easy.<br />
However are you aware that the code only work with 80% of the current browsers?</p>
<p>The code goes into a loop under Mozillia Firefox 1.5.0.4 (the latest release).</p>
<p>Yes, i know it seems strange considering that you are using Prototype and firefox plays nicely with Prototype</p>
<p>Seems the  JS function killUpdate is not being dispatched when you reply with your stats data. The main indicators of this are: The submit query button remains disabled and if you have the firebug JS debugger you will see the code continually making HTTP get calls to the upload module.</p>
<p>Stranger still is that the code runs fine with IE 6.0.2   ( the 80% market killer )</p>
<p>Any suggestions for a work around or patch?</p>
<p>Again kudos to you for making an Apache project output easy to use and incorporate by using a simple example which is usable in its original state,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free PHP Ajax Upload Script</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-1002</link>
		<dc:creator>Free PHP Ajax Upload Script</dc:creator>
		<pubDate>Sat, 09 Sep 2006 13:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-1002</guid>
		<description>Oh, I forgot - you need to be sure to set the SRC back to the fie that actually does the uploading before you try to upload another file.</description>
		<content:encoded><![CDATA[<p>Oh, I forgot &#8211; you need to be sure to set the SRC back to the fie that actually does the uploading before you try to upload another file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free PHP Ajax Upload Script</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-1001</link>
		<dc:creator>Free PHP Ajax Upload Script</dc:creator>
		<pubDate>Sat, 09 Sep 2006 13:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-1001</guid>
		<description>There is a way that you can cancel the file upload - and it&#039;s very easy.  All that you have to do is set the SRC of the IFRAME to another file, such as the common blank.html (a file with nothing in it).  You can view an example of this at http://www.seemysites.net/projFolder/uploader</description>
		<content:encoded><![CDATA[<p>There is a way that you can cancel the file upload &#8211; and it&#8217;s very easy.  All that you have to do is set the SRC of the IFRAME to another file, such as the common blank.html (a file with nothing in it).  You can view an example of this at <a href="http://www.seemysites.net/projFolder/uploader" rel="nofollow">http://www.seemysites.net/projFolder/uploader</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Amster</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-960</link>
		<dc:creator>Michael Amster</dc:creator>
		<pubDate>Thu, 31 Aug 2006 09:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-960</guid>
		<description>I was wondering if there was a way to eliminate the posting to an IFRAME.  I want the progress to work, but when complete, I want to refresh to a page like normal non-AJAX web behavior.  I guess I could always refresh after the completion, but it would be great if I did not have to target the IFRAME.  Anyone see a working example of this?</description>
		<content:encoded><![CDATA[<p>I was wondering if there was a way to eliminate the posting to an IFRAME.  I want the progress to work, but when complete, I want to refresh to a page like normal non-AJAX web behavior.  I guess I could always refresh after the completion, but it would be great if I did not have to target the IFRAME.  Anyone see a working example of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-328</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 19 Jul 2006 14:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-328</guid>
		<description>Hi,

I can this working really well with the example code but am having trouble integrating it into an existing application that uses a jsp file (which I&#039;d rather not have to re-write as a servlet) to do the data upload.  Any pointers to get the submission to go to a jsp.  Probably straightforward but I can&#039;t seem to work it out.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I can this working really well with the example code but am having trouble integrating it into an existing application that uses a jsp file (which I&#8217;d rather not have to re-write as a servlet) to do the data upload.  Any pointers to get the submission to go to a jsp.  Probably straightforward but I can&#8217;t seem to work it out.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-291</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 14 Jul 2006 14:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-291</guid>
		<description>Sorry I meant upload.

Jay</description>
		<content:encoded><![CDATA[<p>Sorry I meant upload.</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-290</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 14 Jul 2006 14:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-290</guid>
		<description>Is there a way to implement a cancel on a download? If so, can you provide an example on where to implement that?

Thanks,
Jay</description>
		<content:encoded><![CDATA[<p>Is there a way to implement a cancel on a download? If so, can you provide an example on where to implement that?</p>
<p>Thanks,<br />
Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Felix</title>
		<link>http://www.missiondata.com/blog/web-development/28/file-upload-progress-with-ajax-and-java-and-prototype/comment-page-1/#comment-283</link>
		<dc:creator>Rui Felix</dc:creator>
		<pubDate>Wed, 12 Jul 2006 18:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=28#comment-283</guid>
		<description>Hello,

I&#039;ve been looking for something like this for a while! I&#039;ve downloaded the code and get it working on my project but got a problem:
 When I   File to upload the return message are the shown below
     Upload Status:
     Uploaded: 0 out of 60760 bytes (0%) 0 Kbs
     Runtime: 51 seconds out of 1687777hours 46minutes 39seconds 1687777hours 45minutes 48seconds remaining

After this I&#039;ve put some debug In my code an I get to this issue, I don&#039;t get to the for where you say that&#039;s where I can process the uploaded file. 
I&#039;ve put debug after each line and it stops processing when it get&#039;s to this line ServletFileUpload upload = new ServletFileUpload(factory); doesn&#039;t reach the for cycle. 

Thanks, 

Waiting for some reply on this. 
Rui Felix</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;ve been looking for something like this for a while! I&#8217;ve downloaded the code and get it working on my project but got a problem:<br />
 When I   File to upload the return message are the shown below<br />
     Upload Status:<br />
     Uploaded: 0 out of 60760 bytes (0%) 0 Kbs<br />
     Runtime: 51 seconds out of 1687777hours 46minutes 39seconds 1687777hours 45minutes 48seconds remaining</p>
<p>After this I&#8217;ve put some debug In my code an I get to this issue, I don&#8217;t get to the for where you say that&#8217;s where I can process the uploaded file.<br />
I&#8217;ve put debug after each line and it stops processing when it get&#8217;s to this line ServletFileUpload upload = new ServletFileUpload(factory); doesn&#8217;t reach the for cycle. </p>
<p>Thanks, </p>
<p>Waiting for some reply on this.<br />
Rui Felix</p>
]]></content:encoded>
	</item>
</channel>
</rss>
