<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>swfupload &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/swfupload/</link>
	<description>Feed of posts on WordPress.com tagged "swfupload"</description>
	<pubDate>Fri, 25 Dec 2009 21:32:57 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Double Shot #568]]></title>
<link>http://afreshcup.com/2009/10/23/double-shot-568/</link>
<pubDate>Fri, 23 Oct 2009 10:08:00 +0000</pubDate>
<dc:creator>Mike Gunderloy</dc:creator>
<guid>http://afreshcup.com/2009/10/23/double-shot-568/</guid>
<description><![CDATA[Friday, beautiful Friday. Mozilla Raindrop &#8211; As with Google Wave, this &#8220;exploration in m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Friday, beautiful Friday.</p>
<ul>
<li><strong><a href="http://labs.mozilla.com/raindrop/2009/10/22/introducing-raindrop/">Mozilla Raindrop</a></strong> &#8211; As with Google Wave, this &#8220;exploration in messaging innovation&#8221; may be a solution in source of a problem, but I&#8217;ll probably give it a try when it&#8217;s somewhat less alpha.</li>
<li><strong><a href="http://jetpackweb.com/blog/2009/10/21/rails-2-3-4-and-swfupload-rack-middleware-for-flash-uploads-that-degrade-gracefully/">Rails 2.3.4 and SWFUpload – Rack Middleware for Flash Uploads that Degrade Gracefully</a></strong> &#8211; An updated solution for one of the peskiest Rails UI issues.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Double Shot #535]]></title>
<link>http://afreshcup.com/2009/09/08/double-shot-535/</link>
<pubDate>Tue, 08 Sep 2009 10:41:42 +0000</pubDate>
<dc:creator>Mike Gunderloy</dc:creator>
<guid>http://afreshcup.com/2009/09/08/double-shot-535/</guid>
<description><![CDATA[The last couple of days have been a lesson in why I don&#8217;t like doing Enterprisey XML stuff. sw]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The last couple of days have been a lesson in why I don&#8217;t like doing Enterprisey XML stuff.</p>
<ul>
<li><strong><a href="http://github.com/alex3t/swfupload_fu/tree/master">swfupload_fu</a></strong> &#8211; Plugin for easy integration of swfupload with Rails.</li>
<li><strong><a href="http://www.swirrl.com/">Swirrl</a></strong> &#8211; New online service for storing any sort of freeform data.</li>
<li><strong><a href="http://gitx.frim.nl/release_history.html">GitX 0.7</a></strong> &#8211; New release of this OS X git GUI.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SWFUpload Error 500 or Request object error 'ASP 0104 : 80004005' Operation not Allowed]]></title>
<link>http://australiansearchengine.wordpress.com/2009/06/02/swfupload-error-500-or-request-object-error-asp-0104-80004005-operation-not-allowed/</link>
<pubDate>Tue, 02 Jun 2009 23:58:40 +0000</pubDate>
<dc:creator>Taco Fleur</dc:creator>
<guid>http://australiansearchengine.wordpress.com/2009/06/02/swfupload-error-500-or-request-object-error-asp-0104-80004005-operation-not-allowed/</guid>
<description><![CDATA[This error is to do with the maximum file upload size allowed by ASP as global setting. By default t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This error is to do with the maximum file upload size allowed by ASP as global setting. By default the max size is set to 200KB.</p>
<p>To change this setting you need to edit the MetaBase.xml file located under c:\windows\system32\inetsrv\</p>
<ol>
<li>Stop IIS</li>
<li>Open c:\windows\system32\inetsrv\MetaBase.xml</li>
<li>Search for “AspMaxRequestEntityAllowed”</li>
<li>Change the value to 1073741824 (one      gigabyte) or some other maximum value that’s valid for your setup</li>
<li>Save and close the file</li>
<li>Start IIS</li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Double Shot #436]]></title>
<link>http://afreshcup.com/2009/04/22/double-shot-436/</link>
<pubDate>Wed, 22 Apr 2009 10:54:25 +0000</pubDate>
<dc:creator>Mike Gunderloy</dc:creator>
<guid>http://afreshcup.com/2009/04/22/double-shot-436/</guid>
<description><![CDATA[The universe seems to be telling me to shift more towards sales and PM. I&#8217;m not sure I want to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The universe seems to be telling me to shift more towards sales and PM. I&#8217;m not sure I want to take the hint.</p>
</ul>
<li><strong><a href="http://www.continuousthinking.com/2007/11/18/osx-leopard-sqlite-ruby-and-sqlite2">OSX Leopard sqlite-ruby and sqlite2</a></strong> &#8211; In case you find yourself needing old sqlite, these instructions still work fine.</li>
<li><strong><a href="http://www.redmonk.com/cote/2009/04/20/oraclebuyingsun/">Oracle Buys Sun Omnibus</a></strong> and <strong><a href="http://redmonk.com/sogrady/2009/04/21/settingsun/">The Oracle Predicts a Setting Sun</a></strong> &#8211; Thorough analyses of the Oracle/Sun purchase from the RedMonk guys.</li>
<li><strong><a href="http://themomorohoax.com/2009/04/20/debugging-rails-2-3-2-apps-with-rack-bug">Debugging Rails 2.3.2 Apps with Rack::Bug</a></strong> &#8211; A good quick look at this new middleware monitoring tool.</li>
<li><strong><a href="http://www.railsenvy.com/2009/4/21/ruby-1-9-envycasts">New Ruby 1.9 Envycasts Released!</a></strong> &#8211; 1.9 learning in video form.</li>
<li><strong><a href="http://beginrescue.blogspot.com/2009/04/getting-s3-and-swfupload-to-cooperate.html">Getting S3 and SWFUpload to Cooperate in Rails</a></strong> &#8211; Another take on the issues involved, updated for current Rails. </li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Delete files after upload using swfupload (multiple file upload)]]></title>
<link>http://jajalc.wordpress.com/2009/02/19/delete-files-after-upload-using-swfupload/</link>
<pubDate>Thu, 19 Feb 2009 00:36:58 +0000</pubDate>
<dc:creator>Chintan Jajal</dc:creator>
<guid>http://jajalc.wordpress.com/2009/02/19/delete-files-after-upload-using-swfupload/</guid>
<description><![CDATA[SWFUpload is a very handy tool, if you had to upload multiple files. More info on SWFUpload and impl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>SWFUpload is a very handy tool, if you had to upload multiple files. More info on SWFUpload and implementation details can be found at <a href="http://www.swfupload.org/">http://www.swfupload.org/</a></p>
<p>With SWFUPload once the file is uploaded there is no actual implementation (i have come across ) to delete file once uploaded. I have implemented this using asp.net, but it wont be hard to convert that to different web technologies. In this implementation i have used jquery (<a href="http://jquery.com/">http://jquery.com/</a>) to handle delete file-function.</p>
<p>Some of the files are modified  for demostration purpose. You can enhance it accordingly. In this example i havn&#8217;t created any custom control to keep things simple, but there are many implementation of SWFUPload as asp.net custom control.</p>
<p><img class="alignnone size-full wp-image-39" title="19-02-2009-11-11-561" src="http://jajalc.wordpress.com/files/2009/02/19-02-2009-11-11-561.gif" alt="19-02-2009-11-11-561" width="479" height="253" /></p>
<p>(fileprogress.js)</p>
<p><img class="alignnone size-full wp-image-40" title="19-02-2009-11-02-081" src="http://jajalc.wordpress.com/files/2009/02/19-02-2009-11-02-081.gif" alt="19-02-2009-11-02-081" width="542" height="444" /></p>
<p>The logic is quite simple to delete the files. Once the files are uploaded setComplete function is invoked &#38; in that, we will need to attach a DIV &#38; an anchor tag for delete link.</p>
<p>(deletefile.ashx)</p>
<p><img class="alignnone size-full wp-image-41" title="19-02-2009-11-09-061" src="http://jajalc.wordpress.com/files/2009/02/19-02-2009-11-09-061.gif" alt="19-02-2009-11-09-061" width="548" height="466" /></p>
<p>Attached are all the zip files created in VS.NET 2008.</p>
<ul>
<li>Handler.ashx is for uploading &#38; checking if file exists</li>
<li>deletefile.ashx for file deletion</li>
<li>fileprogress.js modified for attaching deletion event</li>
<li>handlers.js modifed for checking server response on file exists</li>
<li>swfupload.js modified (FILE_ALREADY_EXISTS             : 300)</li>
<li>swfupload.queue.js  not modified.</li>
</ul>
<p>(default.aspx)</p>
<p><img class="alignnone size-full wp-image-42" title="19-02-2009-11-18-131" src="http://jajalc.wordpress.com/files/2009/02/19-02-2009-11-18-131.gif" alt="19-02-2009-11-18-131" width="563" height="537" /></p>
<p><a href="http://users.tpg.com.au/jajal/dotnet/flashupload.zip">Download source code here</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Double Shot #330]]></title>
<link>http://afreshcup.com/2008/11/11/double-shot-330/</link>
<pubDate>Tue, 11 Nov 2008 11:08:43 +0000</pubDate>
<dc:creator>Mike Gunderloy</dc:creator>
<guid>http://afreshcup.com/2008/11/11/double-shot-330/</guid>
<description><![CDATA[SWFUpload, Paperclip and Ruby on Rails &#8211; I find myself needing to implement SWFUpload again. T]]></description>
<content:encoded><![CDATA[<div class='snap_preview'></ul>
<li><strong><a href="http://jimneath.org/2008/05/15/swfupload-paperclip-and-ruby-on-rails/">SWFUpload, Paperclip and Ruby on Rails</a></strong> &#8211; I find myself needing to implement SWFUpload again. This is a good wrapup post on the issues in Rails, though I think I&#8217;m going to need to tweak it a bit to work with Authlogic.</li>
<li><strong><a href="http://blog.macromates.com/2007/file-type-detection-rspec-rails/">File Type Detection (RSpec &#38; Rails)</a></strong> &#8211; Notes on sorting filetype detection out in TextMate.</li>
<li><strong><a href="http://codetunes.com/2008/10/26/uploading-to-multiple-s3-buckets-with-paperclip-and-rails/">Uploading to multiple S3 buckets with Paperclip and Rails</a></strong> &#8211; A very useful technique to increase the speed of showing multiple images on a single page.</li>
<li><strong><a href="http://github.com/netguru/paperclip-extended/tree/master">Paperclip Extended</a></strong> &#8211; Some useful extra functions for Paperclip.</li>
<li><strong><a href="http://m.onkey.org/2008/11/10/rails-meets-sinatra">Rails Meets Sinatra</a></strong> &#8211; Serving two frameworks through one application.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Upload Progress Bar Frustration]]></title>
<link>http://protospike.wordpress.com/2008/07/14/upload-progress-bar-frustration/</link>
<pubDate>Mon, 14 Jul 2008 13:47:42 +0000</pubDate>
<dc:creator>protospike</dc:creator>
<guid>http://protospike.wordpress.com/2008/07/14/upload-progress-bar-frustration/</guid>
<description><![CDATA[Have you ever been to sites that don&#8217;t have a progress bar when you upload a large file? It]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Have you ever been to sites that don&#8217;t have a progress bar when you upload a large file? It&#8217;s very frustrating not knowing the upload progress of large files. Many just think the download has hung up and quits the site.</p>
<p>As a consequence I&#8217;ve been trying to implement a progress bar for uploading large images. After Googling around I came upon <a href="http://swfupload.org/">SWFUpload</a>. It&#8217;s a  hybrid  Flash/Javascript library that handles file uploads and of course it can display a progress bar. Implementing it is more difficult than I thought.</p>
<p>The problem is that you can&#8217;t just copy and paste SWFUpload code into your application. Proper implementation requires <a href="http://demo.swfupload.org/Documentation/#gettingstarted">knowledge of Javascript</a> and my knowledge of it barely scratches the surface!</p>
<p>I think I&#8217;m making progress &#8211; I&#8217;ll make a post once about this topic again when I successfully implement it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Type File (Arquivo), Customizado]]></title>
<link>http://nodesign.wordpress.com/2007/02/04/type-file-arquivo-customizado/</link>
<pubDate>Sun, 04 Feb 2007 04:41:26 +0000</pubDate>
<dc:creator>Jonathan Isaac</dc:creator>
<guid>http://nodesign.wordpress.com/2007/02/04/type-file-arquivo-customizado/</guid>
<description><![CDATA[Customizar, alterar, editar, transformar e inovar o campo de upload. Sem dúvida é uma das coisas mai]]></description>
<content:encoded><![CDATA[Customizar, alterar, editar, transformar e inovar o campo de upload. Sem dúvida é uma das coisas mai]]></content:encoded>
</item>

</channel>
</rss>
