I had a similar problem using one of the flash uploaders. I can't
remember the link at them moment, but I found a comment on some blog
post that had a solution that didn't require modifiying any cake
files.
I'm at work, so I don't have the exact code, but I'm pretty sure it
was:
Add $this->session->del('Config') to your controller action
1) right before you render the view that will have the upload form
2) at the start of the controller action that handles the upload.
Worked for me and it still uses the whole user-agent check thing out
for the rest of the site.
-Matt
On Jul 15, 12:49 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Anyone else experience this? Is there a way to *not* modify a cake
> file to do this?
>
> Thanks!
>
> Phil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---