If you want to access by http://mysite.com/uploadfile, you'll need to wrap it in an controller's action
let's say: controller: UploadController action: uploadfile and write a route that redirect /uploadfile to /upload/uploadfile If you want a function and its view, in Cake words, it's a controller action and its view. I hope you understood my not-so-clear explanation... On 16 août, 14:06, rtanz <[EMAIL PROTECTED]> wrote: > in my case i wouldnt want to call any particular controller, but just > the upload function directly, therefore i would need just the function > and its view, and i would want to call it from mysite.com/uploadfile > > should i use the bootstrap to do this? > thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
