<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Plupload Forum - Plupload v1.5b]]></title>
		<link>http://www.plupload.com/punbb/viewtopic.php?id=1182</link>
		<description><![CDATA[The most recent posts in Plupload v1.5b.]]></description>
		<lastBuildDate>Wed, 16 Nov 2011 08:28:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5484#p5484</link>
			<description><![CDATA[<p>@agentOOjoe <img src="http://www.plupload.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Wed, 16 Nov 2011 08:28:33 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5484#p5484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5427#p5427</link>
			<description><![CDATA[<div class="quotebox"><cite>agentOOjoe wrote:</cite><blockquote><p>Unfortunately, the file still gets stored in ram memory in firefox 7 (windows).&nbsp; Files over 1.5gb are failing because I (the uploader) run out of ram.</p><p>So, here is my understanding... the new html5 uploader doesn&#039;t work properly in Firefox, or in Safari (windows), or in IE.&nbsp; Is that correct?</p><p>In chrome, it works beautifully.&nbsp; I just finished a 5.6gb file upload. </p><p>Could one of the administrators possibly outline when the new html5 uploader will work properly, and in which browsers?</p><p>Thanks</p></blockquote></div><br /><p>An update: I am stupid!<br />Months later, I find that the reason firefox was using so much memory is because I had firebug running.&nbsp; Just wanted to correct myself and say that everything works great in Firefox 7 (under normal conditions).</p>]]></description>
			<author><![CDATA[dummy@example.com (agentOOjoe)]]></author>
			<pubDate>Tue, 08 Nov 2011 04:56:10 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5427#p5427</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5200#p5200</link>
			<description><![CDATA[<p><strong>@ketulgandhi</strong>, you define it just as any other event. Just try. in the event handler you should get three arguments: uploader object, file object, and Exif/Gps data object (currently those events are only triggered if you have client resizing activated). </p><div class="codebox"><pre><code>...
uploader.bind(&#039;ExifData&#039;, function(uploader, file, exif) {
    console.log(exif);
});
...</code></pre></div><p>Here is the printout of available data in Exif object (we include only the most widespread):</p><div class="codebox"><pre><code>ApertureValue: 2.970853573907009
ColorSpace: &quot;sRGB&quot;
DateTimeOriginal: &quot;2011:08:09 19:55:53&quot;
ExifVersion: &quot;0221&quot;
ExposureMode: &quot;Auto exposure&quot;
ExposureTime: 0.016666666666666666
FNumber: 2.8
Flash: &quot;No flash function&quot;
ISOSpeedRatings: 64
MeteringMode: &quot;Average&quot;
PixelXDimension: 100
PixelYDimension: 75
SceneCaptureType: &quot;Standard&quot;
Sharpness: &quot;Soft&quot;
ShutterSpeedValue: 5.90689238210399
WhiteBalance: &quot;Auto white balance&quot;</code></pre></div><p>And here is example printout for Gps object:</p><div class="codebox"><pre><code>GPSLatitude: Array[3]
GPSLatitudeRef: &quot;N&quot;
GPSLongitude: Array[3]
GPSLongitudeRef: &quot;E&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Sat, 08 Oct 2011 13:44:36 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5200#p5200</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5186#p5186</link>
			<description><![CDATA[<p>Is there an example or documentation of new events&nbsp; ExifData &amp; GpsData introduced in 1.5? </p><p>What info is available and how do I access it? Do I define these in init:{...}?</p>]]></description>
			<author><![CDATA[dummy@example.com (ketulgandhi)]]></author>
			<pubDate>Thu, 06 Oct 2011 20:27:35 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5186#p5186</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5151#p5151</link>
			<description><![CDATA[<p>@agentOOjoe do you have chunking activated?</p>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Mon, 03 Oct 2011 14:16:23 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5151#p5151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5135#p5135</link>
			<description><![CDATA[<p>Ok, thanks Davit.&nbsp; Another issue now... I thought I would give silverlight a try, as a backup to HTML5 still allowing large file uploads.&nbsp; Unfortunately, this appears to be filling ram memory even faster than html5.&nbsp; I don&#039;t get it.&nbsp; I thought that using silverlight, or any of the 3rd party uploaders, would eliminate the need to store the file in memory.</p><p>This update is proving to be quite bumpy for someone who needs 3gb+ file uploads.&nbsp; Should I continue to depend on JakobAdams java runtime plugin?</p>]]></description>
			<author><![CDATA[dummy@example.com (agentOOjoe)]]></author>
			<pubDate>Fri, 30 Sep 2011 13:44:52 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5135#p5135</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5123#p5123</link>
			<description><![CDATA[<p>Firefox has some serious flaws with garbage collecting quickly created things, especially if you are on Mac. Are you testing Firefox on Mac? I had a nice test with Firefox 6 on Windows, where I was able to upload quite big file (around 1gb), although the same approach doesn&#039;t work on Mac, since there is a bug in Gecko 6 for Mac. No idea when these issues will be addressed. HTML5 upload not possible at all in IE, Opera, or Safari, they simply lack required functionality.</p>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Fri, 30 Sep 2011 11:40:42 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5123#p5123</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=5114#p5114</link>
			<description><![CDATA[<p>Unfortunately, the file still gets stored in ram memory in firefox 7 (windows).&nbsp; Files over 1.5gb are failing because I (the uploader) run out of ram.</p><p>So, here is my understanding... the new html5 uploader doesn&#039;t work properly in Firefox, or in Safari (windows), or in IE.&nbsp; Is that correct?</p><p>In chrome, it works beautifully.&nbsp; I just finished a 5.6gb file upload. </p><p>Could one of the administrators possibly outline when the new html5 uploader will work properly, and in which browsers?</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (agentOOjoe)]]></author>
			<pubDate>Thu, 29 Sep 2011 22:19:41 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=5114#p5114</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4809#p4809</link>
			<description><![CDATA[<p>Large upload in Firefox (despite of the bug) works starting from Firefox 4. Desired effect is reached only in Firefox 7 though <img src="http://www.plupload.com/punbb/img/smilies/neutral.png" width="15" height="15" alt="neutral" /></p>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Wed, 14 Sep 2011 18:28:09 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4809#p4809</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4805#p4805</link>
			<description><![CDATA[<p>- Large upload works fine Windows/Chrome/HTML5<br />- DnD works fine Windows/Chrome/HTML5<br />- Large Upload on Windows/HTML5/Firefox 3 seems to be limited to 50Mb (even if the file is larger it is cut) =&gt; works on FF5/6</p>]]></description>
			<author><![CDATA[dummy@example.com (NextOne)]]></author>
			<pubDate>Wed, 14 Sep 2011 09:16:31 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4805#p4805</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4799#p4799</link>
			<description><![CDATA[<p>I pushed a commit to github, disabling multiple file selection on Safari for Windows completely... for some time I guess.</p>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Wed, 14 Sep 2011 06:57:12 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4799#p4799</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4797#p4797</link>
			<description><![CDATA[<p>Any other browser works for me. The only child that makes pain is safari 5.1</p>]]></description>
			<author><![CDATA[dummy@example.com (toms)]]></author>
			<pubDate>Wed, 14 Sep 2011 05:55:38 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4797#p4797</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4789#p4789</link>
			<description><![CDATA[<p>Damn... I thought that problem was only Drag&#039;n&#039;Drop related. Now it&#039;s seems whole multiple thing is screwed <img src="http://www.plupload.com/punbb/img/smilies/neutral.png" width="15" height="15" alt="neutral" /></p>]]></description>
			<author><![CDATA[dummy@example.com (davit)]]></author>
			<pubDate>Tue, 13 Sep 2011 13:01:32 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4789#p4789</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4784#p4784</link>
			<description><![CDATA[<p>This is most likely due to a bug in the current release of Safari 5.1 for Windows.&nbsp; There is an issue logged for this:</p><p><a href="https://github.com/moxiecode/plupload/issues/363">https://github.com/moxiecode/plupload/issues/363</a></p><p>You can check this - do you get the same behaviour with Firefox or Chrome and the HTML5 runtime?</p>]]></description>
			<author><![CDATA[dummy@example.com (mike)]]></author>
			<pubDate>Tue, 13 Sep 2011 09:19:53 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4784#p4784</guid>
		</item>
		<item>
			<title><![CDATA[Re: Plupload v1.5b]]></title>
			<link>http://www.plupload.com/punbb/viewtopic.php?pid=4781#p4781</link>
			<description><![CDATA[<p>If you select multiple files in the HTML5 runtime on <a href="http://plupload.com/example_all_runtimes.php">http://plupload.com/example_all_runtimes.php</a> all files have size 0 b.<br />It does only work if you select every single file on its own by hitting &quot;Add files&quot; and select only one file, that gets queued. you can repeat this for all files you want to add and then hit &quot;Start Upload&quot;.</p><p>I tried it with Windows 7 and Safari 5.1 (7534.50)</p>]]></description>
			<author><![CDATA[dummy@example.com (toms)]]></author>
			<pubDate>Tue, 13 Sep 2011 05:33:00 +0000</pubDate>
			<guid>http://www.plupload.com/punbb/viewtopic.php?pid=4781#p4781</guid>
		</item>
	</channel>
</rss>
