views:

32

answers:

1

I'm trying to upload files into a folder, but it keeps failing and I think CakePHP is taking over the write and try to process it as a Controller. Is this true? And if so, how can I sidestep it?

A: 

CHMOD your upload folder to 0777.

Regards,
Dennis M.

RageD
This is not an answer. Delete it and make it a comment.
webbiedave
It actually worked.Thanks.
chustar