Your application uses PHP to accept and process file uploads. It fails to upload a file that is 5 MB in size, although upload_max_filesize is set to "10M". Which of the following configurations could be responsible for this outcome? (Choose 2)
B and C? Really? The web server and browser encoding? That's just a red herring. This is all about the PHP configuration and the form settings. Easy peasy!
Hmm, I think it's definitely A and D. The post_max_size setting and the MAX_FILE_SIZE form field have to be larger than the file size, or else the upload will fail. Gotta love these trick questions!
King
Silva
6 days agoHoney
13 days agoEvelynn
14 days agoBrett
21 days ago