I'm sure you can find something on this group: http://groups.google.com/group/cake-php/search?group=cake-php&q=swfupload&qt_g=Search+this+group or at swfupload website: http://swfupload.org/search/node/cakeph
I've been using a similar one, Uploadify: www.uploadify.com On Jun 18, 1:38 pm, Bryan Paddock <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
