For enhanced security, file upload paths should be kept outside the ________ directory.
- application
- public
- root
- system
Keeping file upload paths outside the "application" directory is crucial for security. The "application" directory contains sensitive files related to the CodeIgniter application, and exposing it can pose a security risk.
Loading...
Related Quiz
- To handle JSON data in CodeIgniter, which PHP function is used to decode JSON strings?
- How does federated identity management play a role in social media integration?
- To update records in a database using CodeIgniter's Query Builder, the ________ method is used.
- What is the purpose of the __construct() function in a CodeIgniter controller?
- In CodeIgniter, what is the recommended approach to secure JSON and XML API endpoints?