<?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: SWFUploadComponent for CakePHP</title>
	<atom:link href="http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/</link>
	<description>baking the next web</description>
	<lastBuildDate>Wed, 18 Aug 2010 09:08:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: José Coelho</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-5374</link>
		<dc:creator>José Coelho</dc:creator>
		<pubDate>Thu, 05 Nov 2009 16:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-5374</guid>
		<description>Hello, i am trying to implement swfupload in cakephp, but i always get the HTTP 302 status and no file gets uploaded;
So let me go into some of the details:
I have the uploads controller, which uses the swf_upload component and the view (upload.ctp) where the flash object is initialized. here the upload_url resolves to calling the upload method defined in the uploads controller.
I am testing this on my localhost (lamp) with Ubuntu 8.10 

SWF DEBUG: SWFUpload Init Complete
SWF DEBUG: 
SWF DEBUG: ----- SWF DEBUG OUTPUT ----
SWF DEBUG: Build Number:           SWFUPLOAD 2.2.1
SWF DEBUG: movieName:              SWFUpload_0
SWF DEBUG: Upload URL:             /cakeloc/admin/uploads/upload
SWF DEBUG: File Types String:      *.*
SWF DEBUG: Parsed File Types:      
SWF DEBUG: HTTP Success:           0
SWF DEBUG: File Types Description: All Files (*.*)
SWF DEBUG: File Size Limit:        104857600 bytes
SWF DEBUG: File Upload Limit:      10
SWF DEBUG: File Queue Limit:       10
SWF DEBUG: Post Params:
SWF DEBUG:                         CAKESESSION=0668e235603437d2b0b50a55efe66258
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG: 
SWF DEBUG: SWFUpload Init Complete
SWF DEBUG: 
SWF DEBUG: ----- SWF DEBUG OUTPUT ----
SWF DEBUG: Build Number:           SWFUPLOAD 2.2.1
SWF DEBUG: movieName:              SWFUpload_1
SWF DEBUG: Upload URL:             /cakeloc/admin/uploads/upload
SWF DEBUG: File Types String:      *.jpg;*.gif;*.png
SWF DEBUG: Parsed File Types:      jpg,gif,png
SWF DEBUG: HTTP Success:           0
SWF DEBUG: File Types Description: Image Files (*.jpg;*.gif;*.png)
SWF DEBUG: File Size Limit:        204800 bytes
SWF DEBUG: File Upload Limit:      10
SWF DEBUG: File Queue Limit:       5
SWF DEBUG: Post Params:
SWF DEBUG:                         PHPSESSID=0668e235603437d2b0b50a55efe66258
SWF DEBUG: ----- END SWF DEBUG OUTPUT ----
SWF DEBUG: 
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.jpg;*.gif;*.png
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_1_0
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
SWF DEBUG: StartUpload: First file in queue
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_1_0
SWF DEBUG: Global Post Item: PHPSESSID=0668e235603437d2b0b50a55efe66258
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload.  Starting upload to /cakeloc/admin/uploads/upload for File ID: SWFUpload_1_0
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_1_0
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_1_0. Bytes: 1016. Total: 1016
SWF DEBUG: Event: uploadError: HTTP ERROR : File ID: SWFUpload_1_0. HTTP Status: 302.
SWF DEBUG: Event: uploadComplete : Upload cycle complete.
Error Code: HTTP Error, File name: view.gif, Message: 302</description>
		<content:encoded><![CDATA[<p>Hello, i am trying to implement swfupload in cakephp, but i always get the HTTP 302 status and no file gets uploaded;<br />
So let me go into some of the details:<br />
I have the uploads controller, which uses the swf_upload component and the view (upload.ctp) where the flash object is initialized. here the upload_url resolves to calling the upload method defined in the uploads controller.<br />
I am testing this on my localhost (lamp) with Ubuntu 8.10 </p>
<p>SWF DEBUG: SWFUpload Init Complete<br />
SWF DEBUG:<br />
SWF DEBUG: &#8212;&#8211; SWF DEBUG OUTPUT &#8212;-<br />
SWF DEBUG: Build Number:           SWFUPLOAD 2.2.1<br />
SWF DEBUG: movieName:              SWFUpload_0<br />
SWF DEBUG: Upload URL:             /cakeloc/admin/uploads/upload<br />
SWF DEBUG: File Types String:      *.*<br />
SWF DEBUG: Parsed File Types:<br />
SWF DEBUG: HTTP Success:           0<br />
SWF DEBUG: File Types Description: All Files (*.*)<br />
SWF DEBUG: File Size Limit:        104857600 bytes<br />
SWF DEBUG: File Upload Limit:      10<br />
SWF DEBUG: File Queue Limit:       10<br />
SWF DEBUG: Post Params:<br />
SWF DEBUG:                         CAKESESSION=0668e235603437d2b0b50a55efe66258<br />
SWF DEBUG: &#8212;&#8211; END SWF DEBUG OUTPUT &#8212;-<br />
SWF DEBUG:<br />
SWF DEBUG: SWFUpload Init Complete<br />
SWF DEBUG:<br />
SWF DEBUG: &#8212;&#8211; SWF DEBUG OUTPUT &#8212;-<br />
SWF DEBUG: Build Number:           SWFUPLOAD 2.2.1<br />
SWF DEBUG: movieName:              SWFUpload_1<br />
SWF DEBUG: Upload URL:             /cakeloc/admin/uploads/upload<br />
SWF DEBUG: File Types String:      *.jpg;*.gif;*.png<br />
SWF DEBUG: Parsed File Types:      jpg,gif,png<br />
SWF DEBUG: HTTP Success:           0<br />
SWF DEBUG: File Types Description: Image Files (*.jpg;*.gif;*.png)<br />
SWF DEBUG: File Size Limit:        204800 bytes<br />
SWF DEBUG: File Upload Limit:      10<br />
SWF DEBUG: File Queue Limit:       5<br />
SWF DEBUG: Post Params:<br />
SWF DEBUG:                         PHPSESSID=0668e235603437d2b0b50a55efe66258<br />
SWF DEBUG: &#8212;&#8211; END SWF DEBUG OUTPUT &#8212;-<br />
SWF DEBUG:<br />
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.jpg;*.gif;*.png<br />
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list&#8230;<br />
SWF DEBUG: Event: fileQueued : File ID: SWFUpload_1_0<br />
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1<br />
SWF DEBUG: StartUpload: First file in queue<br />
SWF DEBUG: Event: uploadStart : File ID: SWFUpload_1_0<br />
SWF DEBUG: Global Post Item: PHPSESSID=0668e235603437d2b0b50a55efe66258<br />
SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload.  Starting upload to /cakeloc/admin/uploads/upload for File ID: SWFUpload_1_0<br />
SWF DEBUG: Event: uploadProgress (OPEN): File ID: SWFUpload_1_0<br />
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_1_0. Bytes: 1016. Total: 1016<br />
SWF DEBUG: Event: uploadError: HTTP ERROR : File ID: SWFUpload_1_0. HTTP Status: 302.<br />
SWF DEBUG: Event: uploadComplete : Upload cycle complete.<br />
Error Code: HTTP Error, File name: view.gif, Message: 302</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eelco Wiersma</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-4609</link>
		<dc:creator>Eelco Wiersma</dc:creator>
		<pubDate>Thu, 03 Apr 2008 16:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-4609</guid>
		<description>hehe you&#039;re right, never thought of that :$

this post is from 2007</description>
		<content:encoded><![CDATA[<p>hehe you&#8217;re right, never thought of that :$</p>
<p>this post is from 2007</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdeman</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-4606</link>
		<dc:creator>rdeman</dc:creator>
		<pubDate>Tue, 01 Apr 2008 09:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-4606</guid>
		<description>your blogpostings only show day and month. Which year is this? 2007? 2008?</description>
		<content:encoded><![CDATA[<p>your blogpostings only show day and month. Which year is this? 2007? 2008?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eelco Wiersma</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-4002</link>
		<dc:creator>Eelco Wiersma</dc:creator>
		<pubDate>Thu, 29 Mar 2007 06:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-4002</guid>
		<description>Thanks again, you keep suprising me :P. 
We&#039;ll probably begin skinning SWFU next week and offcourse we&#039;ll release our work as soon as it is done, I&#039;ll let you know!</description>
		<content:encoded><![CDATA[<p>Thanks again, you keep suprising me :P.<br />
We&#8217;ll probably begin skinning SWFU next week and offcourse we&#8217;ll release our work as soon as it is done, I&#8217;ll let you know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james revillini</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-4001</link>
		<dc:creator>james revillini</dc:creator>
		<pubDate>Thu, 29 Mar 2007 05:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-4001</guid>
		<description>Me again.  I know you&#039;re working on integrating SWFUpload with one of your projects, so I thought I&#039;d also let you know about &lt;a href=&quot;http://james.revillini.com/projects/condiments-for-swfupload&quot; rel=&quot;nofollow&quot;&gt;a kit&lt;/a&gt; I&#039;m putting together which gives SWFUpload a decent UI.

You&#039;ve been using SWFUpload long enough to remember when they used to provide the css and stuff with the download package, so you were probably as surprised as I was that when 1.0.2 came out, you had to basically build the UI from scratch.  The kit takes some of the guess-work out of building.

I&#039;d like to put together a collection of skins for it, so if you have anything to contribute as a result of your customizations, please do.

Regarding the article at the Bakery, they fixed that glitch so it&#039;s been revamped for SWFUpload 1.0.2.  Huzzah!</description>
		<content:encoded><![CDATA[<p>Me again.  I know you&#8217;re working on integrating SWFUpload with one of your projects, so I thought I&#8217;d also let you know about <a href="http://james.revillini.com/projects/condiments-for-swfupload" rel="nofollow">a kit</a> I&#8217;m putting together which gives SWFUpload a decent UI.</p>
<p>You&#8217;ve been using SWFUpload long enough to remember when they used to provide the css and stuff with the download package, so you were probably as surprised as I was that when 1.0.2 came out, you had to basically build the UI from scratch.  The kit takes some of the guess-work out of building.</p>
<p>I&#8217;d like to put together a collection of skins for it, so if you have anything to contribute as a result of your customizations, please do.</p>
<p>Regarding the article at the Bakery, they fixed that glitch so it&#8217;s been revamped for SWFUpload 1.0.2.  Huzzah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eelco Wiersma</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-3995</link>
		<dc:creator>Eelco Wiersma</dc:creator>
		<pubDate>Tue, 27 Mar 2007 09:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-3995</guid>
		<description>Allright, thanks for noticing</description>
		<content:encoded><![CDATA[<p>Allright, thanks for noticing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james revillini</title>
		<link>http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/comment-page-1/#comment-3993</link>
		<dc:creator>james revillini</dc:creator>
		<pubDate>Mon, 26 Mar 2007 23:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pagebakers.nl/2007/03/26/swfuploadcomponent-for-cakephp/#comment-3993</guid>
		<description>Hey!  Thanks for the plug.  The article I posted has one flaw which is that it has view and js code for the 0.8.6 release of SWFUpload, and they have changed enough things to where that section of the article can be tossed.  I do have an update to the article that I&#039;m waiting to post, however a bug in the Bakery is preventing me from doing so at the moment.

So, do read the article and implement the SwfUploadComponent, but follow the SWFUpload site&#039;s docs on setting up the front end for it until my article can be updated.  Peace!</description>
		<content:encoded><![CDATA[<p>Hey!  Thanks for the plug.  The article I posted has one flaw which is that it has view and js code for the 0.8.6 release of SWFUpload, and they have changed enough things to where that section of the article can be tossed.  I do have an update to the article that I&#8217;m waiting to post, however a bug in the Bakery is preventing me from doing so at the moment.</p>
<p>So, do read the article and implement the SwfUploadComponent, but follow the SWFUpload site&#8217;s docs on setting up the front end for it until my article can be updated.  Peace!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
