trOnGAtE

Additional Information
Trongate’s File Asset Manager raises some interesting questions to do with application structure. For example, let's assume that you build a picture uploader for a 'members' module. Perhaps the picture uploader is going to give members an opportunity to add pictures onto their profile pages.
Some developers may be tempted to have member pictures stored inside the 'members' module. This would certainly make the application extremely modular. Nevertheless, the recommendation for that kind of scenario would be to have member pictures stored inside the public directory - perhaps inside a 'member_pics' directory or some other appropriately named directory.
Your goal should be to create modules that are reusable. So, if another client asks for a similar feature in the future then you should be able to simply copy and paste your existing 'members' module without having to dig around, manually deleting member pictures.
HELP & SUPPORT
If you have a question or a comment relating to anything you've see here, please goto the Help Bar.