<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Plupload Forum - UploadProgress event without chunks]]></title>
		<link>http://www.plupload.com/punbb/viewtopic.php?id=1648</link>
		<description><![CDATA[The most recent posts in UploadProgress event without chunks.]]></description>
		<lastBuildDate>Tue, 03 Apr 2012 14:07:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: UploadProgress event without chunks]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=6719#p6719</link>
			<description><![CDATA[<p>OK thanks for confirmation.</p><p>As I saw on network-traffic plupload is doing only a single multipart-form-data HTTP POST (chunking disabled). Chunking enabled would cause multiple HTTP POST which increases roundtrip overhead.</p><p>The effort for us is currently is too high to implement chunked-style just to have a better progress-bar. We not only need to glue together the chunks we also need to tunnel forward via &quot;Transfer-Encoding: chunked&quot; to our picture-service backend (we do a two hop to reach real pic-server: browser-&gt;app-&gt;pic-server).</p><p>Still let&#039;s see maybe in future we might implement the chunked style to offer better user-feedback.</p>]]></description>
			<author><![CDATA[dummy@example.com (curiosity_123)]]></author>
			<pubDate>Tue, 03 Apr 2012 14:07:10 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=6719#p6719</guid>
		</item>
		<item>
			<title><![CDATA[Re: UploadProgress event without chunks]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=6710#p6710</link>
			<description><![CDATA[<p>I think you&#039;ve answered your own question.&nbsp; Safari used to have more fine grained upload progress.</p><p>BTW your reasons for not using chunking seem a little thin.&nbsp; Your browser is making multiple &quot;http&quot; calls to upload a large file with or without chunking.&nbsp; It is a pain to set up server side handling of chunking but once you do you will have solved your problem in all browsers.</p>]]></description>
			<author><![CDATA[dummy@example.com (mike)]]></author>
			<pubDate>Mon, 02 Apr 2012 17:17:53 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=6710#p6710</guid>
		</item>
		<item>
			<title><![CDATA[Re: UploadProgress event without chunks]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=6708#p6708</link>
			<description><![CDATA[<p>On which browsers/runtimes is proper ProgressEvent firing without chunking supported?</p><p>On all tested cases I get only single UpdateProgress event, when the file is uploaded completely, which makes a progress bar jumping from 0% to 100% in one step pointless. I guess it is runtime constrained that UpdateProgress cannot be fired after certain bytes are sent (vs. runtime gets notified when HTTP call is done completely)? It would be really cool if updateEvent is fired after e.g. 50kb are sent.</p><p>I cannot use chunked mode as I have to adapt server picture-upload and anyway want to reduce HTTP calls (as far as I understood and can see in browser network panel, multiple calls are made to server backend when chunking is enabled).</p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (curiosity_123)]]></author>
			<pubDate>Mon, 02 Apr 2012 15:07:11 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=6708#p6708</guid>
		</item>
		<item>
			<title><![CDATA[Re: UploadProgress event without chunks]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=6641#p6641</link>
			<description><![CDATA[<p>Yes, but that will work fine.&nbsp; But different browsers and different runtimes will return progress events at different rates.&nbsp; Some only one update per file uploaded, others more often.</p>]]></description>
			<author><![CDATA[dummy@example.com (mike)]]></author>
			<pubDate>Mon, 26 Mar 2012 08:09:11 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=6641#p6641</guid>
		</item>
		<item>
			<title><![CDATA[UploadProgress event without chunks]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=6635#p6635</link>
			<description><![CDATA[<p>Is there a way i can use the UploadProgress event and register for the progress without using the chunk_size property?</p>]]></description>
			<author><![CDATA[dummy@example.com (boger)]]></author>
			<pubDate>Sun, 25 Mar 2012 09:22:21 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=6635#p6635</guid>
		</item>
	</channel>
</rss>
