To prevent script execution in uploaded files, it's important to set the correct ________ on the server.
- Encryption Key
- Execution Permission
- File Extension
- MIME Type
When uploading files, setting the correct MIME type on the server is crucial to prevent the execution of scripts. This ensures that only valid file types are accepted, enhancing security.
Loading...
Related Quiz
- Which CodeIgniter configuration option determines the number of items displayed per page in pagination?
- What is the primary function of the Query Builder in CodeIgniter?
- In a multi-step form, ensuring that each step is validated before proceeding to the next is an example of ________ validation.
- In payment gateway integrations, what is the purpose of using a webhook?
- What is the best practice for handling dependencies in a custom library in CodeIgniter?