<?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: Ext.ux.UploadForm: An Ext File Upload Widget</title>
	<atom:link href="http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: $JEET$</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-253731</link>
		<dc:creator>$JEET$</dc:creator>
		<pubDate>Fri, 10 Aug 2007 06:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-253731</guid>
		<description>Client server progress bar is fairly easy with perl cgi upload. A tmp file is created during the upload, the name of which can be set manually. By monitoring the file size using ajax and an external script, its possible to create a real progress bar. 

I still prefer FancyUpload though. Its a lot more reliable and less buggy. When flash isn&#039;t available (rare nowadays), degrade to a single file upload field.</description>
		<content:encoded><![CDATA[<p>Client server progress bar is fairly easy with perl cgi upload. A tmp file is created during the upload, the name of which can be set manually. By monitoring the file size using ajax and an external script, its possible to create a real progress bar. </p>
<p>I still prefer FancyUpload though. Its a lot more reliable and less buggy. When flash isn&#8217;t available (rare nowadays), degrade to a single file upload field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252959</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Mon, 23 Jul 2007 15:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252959</guid>
		<description>Yes, just contact me on skype nick: jsakalos</description>
		<content:encoded><![CDATA[<p>Yes, just contact me on skype nick: jsakalos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buggzzy</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252939</link>
		<dc:creator>buggzzy</dc:creator>
		<pubDate>Mon, 23 Jul 2007 09:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252939</guid>
		<description>Great work, is it possible to get the progress.php?</description>
		<content:encoded><![CDATA[<p>Great work, is it possible to get the progress.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252845</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Wed, 18 Jul 2007 13:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252845</guid>
		<description>If you&#039;re using uploadprogress PHP extension it should just json_encode the return value of uploadprogress_get_info($id) call.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using uploadprogress PHP extension it should just json_encode the return value of uploadprogress_get_info($id) call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rightondev</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252796</link>
		<dc:creator>rightondev</dc:creator>
		<pubDate>Tue, 17 Jul 2007 15:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252796</guid>
		<description>What should the progress.php look like?</description>
		<content:encoded><![CDATA[<p>What should the progress.php look like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252769</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Mon, 16 Jul 2007 22:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252769</guid>
		<description>Hi David,

I&#039;ll think about it. Drag &amp; drop and multiselect are interesting features for users so I&#039;ll give it a try. When (and if) there be anything functional I&#039;ll inform you all.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I&#8217;ll think about it. Drag &amp; drop and multiselect are interesting features for users so I&#8217;ll give it a try. When (and if) there be anything functional I&#8217;ll inform you all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252767</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Mon, 16 Jul 2007 22:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252767</guid>
		<description>Hi Steve,
you&#039;re right that wouldn&#039;t be cross browser. (BTW, I was first thinking about it.) File upload has been the painful area of web applications for years and I&#039;m not sure if it&#039;s going to change for the better soon...</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
you&#8217;re right that wouldn&#8217;t be cross browser. (BTW, I was first thinking about it.) File upload has been the painful area of web applications for years and I&#8217;m not sure if it&#8217;s going to change for the better soon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Boyd</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252766</link>
		<dc:creator>Steve Boyd</dc:creator>
		<pubDate>Mon, 16 Jul 2007 21:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252766</guid>
		<description>A really crude way of getting around the single file at a time issue is make a giant form with 100 input=file&#039;s in it.  Then install the firefox plugin dragdropupload,  you&#039;ll be able to drag n drop your hundred files

Like I said it&#039;s crude ;]

I&#039;m sure you could make an implementation of this which wasn&#039;t quite so ugly, could be useful if you&#039;re developing a CMS for a single client if you can convince them to use firefox</description>
		<content:encoded><![CDATA[<p>A really crude way of getting around the single file at a time issue is make a giant form with 100 input=file&#8217;s in it.  Then install the firefox plugin dragdropupload,  you&#8217;ll be able to drag n drop your hundred files</p>
<p>Like I said it&#8217;s crude ;]</p>
<p>I&#8217;m sure you could make an implementation of this which wasn&#8217;t quite so ugly, could be useful if you&#8217;re developing a CMS for a single client if you can convince them to use firefox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Jensen</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252765</link>
		<dc:creator>David Jensen</dc:creator>
		<pubDate>Mon, 16 Jul 2007 21:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252765</guid>
		<description>To the author: One request, implement a version of this that also does the SWF of Flash upload. Why? You get multi-select and drag and drop. Do that and I&#039;ll definitely donate to the cause!</description>
		<content:encoded><![CDATA[<p>To the author: One request, implement a version of this that also does the SWF of Flash upload. Why? You get multi-select and drag and drop. Do that and I&#8217;ll definitely donate to the cause!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252759</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Mon, 16 Jul 2007 18:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252759</guid>
		<description>Hi Scott,

maybe I add and option not to re-upload files once done. I was busy with textual info on uploads, that works now, so now I&#039;ll polish it to behave as expected.</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>maybe I add and option not to re-upload files once done. I was busy with textual info on uploads, that works now, so now I&#8217;ll polish it to behave as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott M.</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252758</link>
		<dc:creator>Scott M.</dc:creator>
		<pubDate>Mon, 16 Jul 2007 18:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252758</guid>
		<description>Josef: Looks great. One issue I noticed: if I add one file and upload it, works fine and I get a green check next to the file. If I add another file (for a total of 2) it will upload both files, and so on e.g. if I add files one at a time it will continually upload all the files not just the last one I added.
Cheers,
Scott</description>
		<content:encoded><![CDATA[<p>Josef: Looks great. One issue I noticed: if I add one file and upload it, works fine and I get a green check next to the file. If I add another file (for a total of 2) it will upload both files, and so on e.g. if I add files one at a time it will continually upload all the files not just the last one I added.<br />
Cheers,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rey Bango</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252741</link>
		<dc:creator>Rey Bango</dc:creator>
		<pubDate>Mon, 16 Jul 2007 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252741</guid>
		<description>@Kalyan: Ajaxian is not advertising any library or script that they post about. They&#039;re simply posting a blog entry about a cool feature. Ext is a very well-built library with a great UI suite. It has a great following and community. It makes sense for Ajaxian to post about it.

As for Ext&#039;s license, I have no idea why you&#039;re concerned about it. If you read the license page (http://extjs.com/license) you&#039;ll see that they offer an open-source license under LGPL. What&#039;s your primary concern?</description>
		<content:encoded><![CDATA[<p>@Kalyan: Ajaxian is not advertising any library or script that they post about. They&#8217;re simply posting a blog entry about a cool feature. Ext is a very well-built library with a great UI suite. It has a great following and community. It makes sense for Ajaxian to post about it.</p>
<p>As for Ext&#8217;s license, I have no idea why you&#8217;re concerned about it. If you read the license page (<a href="http://extjs.com/license" rel="nofollow">http://extjs.com/license</a>) you&#8217;ll see that they offer an open-source license under LGPL. What&#8217;s your primary concern?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252740</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 16 Jul 2007 14:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252740</guid>
		<description>The commercial license is optional and only for people who feel they need one. It is completely free for commercial use.</description>
		<content:encoded><![CDATA[<p>The commercial license is optional and only for people who feel they need one. It is completely free for commercial use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252738</link>
		<dc:creator>Kalyan</dc:creator>
		<pubDate>Mon, 16 Jul 2007 14:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252738</guid>
		<description>has anyone looked at license, commercial license is really expensive for js library. why does ajaxian advertise yui-ext js so much ?</description>
		<content:encoded><![CDATA[<p>has anyone looked at license, commercial license is really expensive for js library. why does ajaxian advertise yui-ext js so much ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixeline</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252734</link>
		<dc:creator>pixeline</dc:creator>
		<pubDate>Mon, 16 Jul 2007 13:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252734</guid>
		<description>arf, my bad :)</description>
		<content:encoded><![CDATA[<p>arf, my bad :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252733</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Mon, 16 Jul 2007 13:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252733</guid>
		<description>pixeline,

UploadForm is Ext JS Extension so if javascript is off it doesn&#039;t work at all.</description>
		<content:encoded><![CDATA[<p>pixeline,</p>
<p>UploadForm is Ext JS Extension so if javascript is off it doesn&#8217;t work at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SchizoDuckie</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252732</link>
		<dc:creator>SchizoDuckie</dc:creator>
		<pubDate>Mon, 16 Jul 2007 13:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252732</guid>
		<description>Ryan G: 

I&#039;ve implemented the fancy upload stuff mentioned here above. You are right that the browser-native file select boxes allow only one file to be selected and the SWF upload allows multiple selects. The point is using the SWF is that you can have a callback on the closing of the multiple select file box which in turn creates multiple file input elements with the correct files attached to them!</description>
		<content:encoded><![CDATA[<p>Ryan G: </p>
<p>I&#8217;ve implemented the fancy upload stuff mentioned here above. You are right that the browser-native file select boxes allow only one file to be selected and the SWF upload allows multiple selects. The point is using the SWF is that you can have a callback on the closing of the multiple select file box which in turn creates multiple file input elements with the correct files attached to them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixeline</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252731</link>
		<dc:creator>pixeline</dc:creator>
		<pubDate>Mon, 16 Jul 2007 13:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252731</guid>
		<description>Nice work. Please note that your implementation does not degrade gracefully if javascript is not available. It would be perfect if it improved an html upload form.

i developed a jquery plugin that handles file upload (not multiple yet) in which the progress bar reflects the actual percentage. It&#039;s based on jquery and the flash plugin.</description>
		<content:encoded><![CDATA[<p>Nice work. Please note that your implementation does not degrade gracefully if javascript is not available. It would be perfect if it improved an html upload form.</p>
<p>i developed a jquery plugin that handles file upload (not multiple yet) in which the progress bar reflects the actual percentage. It&#8217;s based on jquery and the flash plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsakalos</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252730</link>
		<dc:creator>jsakalos</dc:creator>
		<pubDate>Mon, 16 Jul 2007 13:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252730</guid>
		<description>Progress bar is real. Look at the &lt;a href=&quot;http://extjs.com/learn/Extension:UploadForm&quot; rel=&quot;nofollow&quot;&gt;UploadForm wiki page&lt;/a&gt; for explanation. There will be also textual info on upload progress available soon.</description>
		<content:encoded><![CDATA[<p>Progress bar is real. Look at the <a href="http://extjs.com/learn/Extension:UploadForm" rel="nofollow">UploadForm wiki page</a> for explanation. There will be also textual info on upload progress available soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmin Catalin Sanda</title>
		<link>http://ajaxian.com/archives/extuxuploadform-an-ext-file-upload-widget/comment-page-1#comment-252729</link>
		<dc:creator>Cosmin Catalin Sanda</dc:creator>
		<pubDate>Mon, 16 Jul 2007 13:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2577#comment-252729</guid>
		<description>I see the progress bar, but basically it&#039;s just for show, right? It isn&#039;t really showing how much was uploaded. I too, am waiting for some implementation with prototype :P</description>
		<content:encoded><![CDATA[<p>I see the progress bar, but basically it&#8217;s just for show, right? It isn&#8217;t really showing how much was uploaded. I too, am waiting for some implementation with prototype :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

