<?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 uploads to Amazon S3</title>
	<atom:link href="http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:36:37 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vladb</title>
		<link>http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3/comment-page-1#comment-261398</link>
		<dc:creator>vladb</dc:creator>
		<pubDate>Fri, 15 Feb 2008 17:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3#comment-261398</guid>
		<description>If you are using .NET you can check http://www.flajaxian.com/ or in codeplex http://www.codeplex.com/FlajaxianS3Upload to be used with https://www.codeplex.com/FlajaxianFileUpload The tool is free open source with progress bar and very customizable!</description>
		<content:encoded><![CDATA[<p>If you are using .NET you can check <a href="http://www.flajaxian.com/" rel="nofollow">http://www.flajaxian.com/</a> or in codeplex <a href="http://www.codeplex.com/FlajaxianS3Upload" rel="nofollow">http://www.codeplex.com/FlajaxianS3Upload</a> to be used with <a href="https://www.codeplex.com/FlajaxianFileUpload" rel="nofollow">https://www.codeplex.com/FlajaxianFileUpload</a> The tool is free open source with progress bar and very customizable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaZOOM</title>
		<link>http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3/comment-page-1#comment-253294</link>
		<dc:creator>JavaZOOM</dc:creator>
		<pubDate>Sun, 29 Jul 2007 13:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3#comment-253294</guid>
		<description>An applet could allow to upload files and folders directly from browser to Amazon S3 bucket. It could have MD5 checkings and ACL. See Amazon S3 upload applet:
http://www.javazoom.net/applets/jclientupload/tools/s3upload/s3upload.html</description>
		<content:encoded><![CDATA[<p>An applet could allow to upload files and folders directly from browser to Amazon S3 bucket. It could have MD5 checkings and ACL. See Amazon S3 upload applet:<br />
<a href="http://www.javazoom.net/applets/jclientupload/tools/s3upload/s3upload.html" rel="nofollow">http://www.javazoom.net/applets/jclientupload/tools/s3upload/s3upload.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Epipheus</title>
		<link>http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3/comment-page-1#comment-246503</link>
		<dc:creator>Epipheus</dc:creator>
		<pubDate>Wed, 24 Jan 2007 19:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3#comment-246503</guid>
		<description>So let me get this straight.  There is no need to save a file on your own servers at all? it goes directlky from the javascript client to s3?!! please tell me i&#039;m not dreaming because that&#039;s a huge savings!!</description>
		<content:encoded><![CDATA[<p>So let me get this straight.  There is no need to save a file on your own servers at all? it goes directlky from the javascript client to s3?!! please tell me i&#8217;m not dreaming because that&#8217;s a huge savings!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3/comment-page-1#comment-50931</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 21 Jul 2006 15:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-file-uploads-to-amazon-s3#comment-50931</guid>
		<description>Since this topic is of interest, a reusable JSF 1.2 Ajax Fileupload component with Progress Bar is available in the Java BluePrints Solution Catalog.  The Progress Bar that is encapsulated in the component, uses a second AJAX request to retrieve upload status.  This component utilized Dojo 0.3.0 and Apache Commons Fileupload 1.1.1 &amp; IO 1.2 third party libraries to provide JavaScript and Multi-part Mime parsing functionality.  It also uses Apache Shale Remoting libraries to handle the static resource loading (JavaScript file and CSS file) and to delegate the upload function to a managed bean.  To use the component all you need to do is bundle the libraries with your application.  No other deployment descriptor configuration is necessary.

The user documentation for the JSF 1.2 Fileupload Component is located at https://blueprints.dev.java.net/complib/v2/file-upload.html and a screen shot of the example application that resides in the Java BluePrints Solution Catalog which uses the component is located at .https://blueprints.dev.java.net/complib/v2/file-upload-image.html.

To see a full list of components available in the library, please visit https://blueprints.dev.java.net/ajaxcomponents.html

Hope this helps...

Thanks - Mark</description>
		<content:encoded><![CDATA[<p>Since this topic is of interest, a reusable JSF 1.2 Ajax Fileupload component with Progress Bar is available in the Java BluePrints Solution Catalog.  The Progress Bar that is encapsulated in the component, uses a second AJAX request to retrieve upload status.  This component utilized Dojo 0.3.0 and Apache Commons Fileupload 1.1.1 &amp; IO 1.2 third party libraries to provide JavaScript and Multi-part Mime parsing functionality.  It also uses Apache Shale Remoting libraries to handle the static resource loading (JavaScript file and CSS file) and to delegate the upload function to a managed bean.  To use the component all you need to do is bundle the libraries with your application.  No other deployment descriptor configuration is necessary.</p>
<p>The user documentation for the JSF 1.2 Fileupload Component is located at <a href="https://blueprints.dev.java.net/complib/v2/file-upload.html" rel="nofollow">https://blueprints.dev.java.net/complib/v2/file-upload.html</a> and a screen shot of the example application that resides in the Java BluePrints Solution Catalog which uses the component is located at .https://blueprints.dev.java.net/complib/v2/file-upload-image.html.</p>
<p>To see a full list of components available in the library, please visit <a href="https://blueprints.dev.java.net/ajaxcomponents.html" rel="nofollow">https://blueprints.dev.java.net/ajaxcomponents.html</a></p>
<p>Hope this helps&#8230;</p>
<p>Thanks &#8211; Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
