Hey guys,
I've been sitting with this swfupload module for days and just cant seem to
get it right.

In my js to create the uploader i have this setting:

upload_url: "/properties/uploadvideo",

and I have my function uploadvideo() in my properties controller

I've done some simple debugging like so:

$fp = fopen('/tmp/debug', 'w');
fwrite($fp, print_r($this->params['form'], true));
fclose($fp);

swfupload successfully sends the file to the server althought all that finds
its way to the debug file is "array()"

cakephp is not handling the file upload...

any ideas? has anyone here got it working successfully?

bryan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to