When implementing a file upload feature, a developer opts to use a third-party cloud service for storage to enhance security. This approach primarily addresses the risk of ________.
- Data Breaches
- Data Loss
- Server Overload
- Unauthorized Access
Using a third-party cloud service for file storage enhances security by mitigating the risk of data loss. Storing files externally reduces the impact of server-related issues and provides better scalability and reliability.
Loading...
Related Quiz
- When debugging an issue where the data displayed in a view is outdated, the first thing to check in CodeIgniter is ________.
- In MVC, what mechanism is typically used for Views to display data provided by Models?
- What is the significance of the ENVIRONMENT constant in debugging a CodeIgniter application?
- How does CodeIgniter's 'Form Validation' class contribute to application security?
- To output JSON formatted data, CodeIgniter's ________ method in the controller can be utilized.