fyi, only the following physical directories are accessible in cakephp:
app/webroot/files -> mapped as {URL}/files
app/webroot/img -> mapped as {URL}/img
app/webroot/css -> mapped as {URL}/css
app/webroot/js -> mapped as {URL}/js
if, say, you use other directories such as {URL}/custom_dir, that
directory will be mapped out as a controller name
(CustomDirController), unless otherwise specified in
app/config/routes.php
i would suggest that i you want to make a download system, you should
use the app/webroot/files directory to store your uploaded files
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---