hey man
thanks for the heads up... tried searching through there again.. still no
luck...

It's a weird problem.. swfupload appears to be working 99%... I get the file
upload box, I can upload a file and it displayed the progress etc as the
file gets uploaded... but theres just no data appearing at the other side in
the controller function... no matter how big/small the file is...

Has nobody else experienced this problem?


On Fri, Jun 19, 2009 at 10:06 PM, rod <[email protected]> wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to