You didn't mention what technique you were using to upload files,
however here is one idea.

If you are doing a flash upload, some browsers (can't remember which)
won't complete the request until data is returned from the server. So
in my upload action I always output a space. exit(' ');

Also, are you testing locally or on a server? Do any errors show up in
the apache, php or cakephp logs?

Cheers,
Adam

On Nov 1, 6:37 am, pj <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've been drawn back into cake (and some of you may remember me from
> WAAAAAAAY back - I have ticket number 1 on cake :) , wondering if
> anyone can help:
>
> My image uploads appear to be timing out - I'm using the Authenticate
> component and some digging has revealed some sort of issue over
> session ids, I've tried the tricks that have been suggested but with
> no joy (sometimes I'll get the chance to upload one or two files and
> then after that it'll just appear to stop working)
>
> I've tried logging things through and it looks like the entire thing
> is progressing all the way through the to view file but nothing is
> being rendered on screen.
>
> Any ideas?
>
> Cheers
>
> - pjwww.infurious.com
--~--~---------~--~----~------------~-------~--~----~
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