You could always allow people to upload files to webroot (say 'page.html'), then access them as '/page', so when the request gets send to Cake, just have it read the file out of webroot. Otherwise, upload to some external directory, and apply some additional routing or controller logic when reading files. Just be careful you don't open a hole that allows people to indiscriminately access any file via the URL.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
