I am hoping someone here can help me out with this one.

I am using swfupload and cake, I implemented using the articles on the
bakery as a starting point.

I have a controller /foo and in that controller I have a method
upload. So the upload url is:

/foo/upload

When the form submits I get a 302 error. Does anyone know a way to
submit the form (i would prefer to avoid ajax) to /foo/upload and not
get a 302 error.

I tried setting the header to 200 manually if the upload completed and
there was a db save but this only worked locally, it failed to work on
our deployment machine. At any rate I dont like this approach its a
bit hacky. Any help is as always greatly appreciated!!

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

Reply via email to