A common method to secure file uploads is to validate the file's ________ and size.
- Extension
- Hash
- Permissions
- Signature
Validating the file's extension and size is a common practice to enhance security during file uploads. This prevents malicious files and ensures that the file adheres to acceptable size limits.
Loading...
Related Quiz
- Which directory contains the primary index.php file that serves as the entry point for a CodeIgniter application?
- The process where the Model sends data to the View is known as ________.
- For enhanced security, file upload paths should be kept outside the ________ directory.
- What security risks are associated with storing uploaded files directly in the webroot directory?
- Which CodeIgniter Helper is commonly used for form generation and validation?