A secure way to handle file uploads in a distributed environment is to use ________ storage.
- cloud
- database
- distributed
- local
Using cloud storage is a secure way to handle file uploads in a distributed environment. Cloud storage providers offer scalable and reliable solutions, reducing the load on your application servers.
Loading...
Related Quiz
- What is the primary HTTP method used to retrieve data in a RESTful API developed with CodeIgniter?
- How does exception handling contribute to a program's robustness?
- To create a custom Helper in CodeIgniter, the file must be saved in the ________ directory.
- For complex schema changes, ________ should be used to avoid data loss during migrations.
- To improve code readability and reusability, a developer decides to move frequently used HTML structures to a Helper. This process is known as ________.