- 
					 Before you try to process the file, you need to make sure that your $err value is equivalent to _________.
 
- 
                        
- UPLOAD_ERR
 - UPLOAD_ERR_NO_OK
 - UPLOAD_NO_ERR
 - UPLOAD_ERR_OK
 - None of these
 
 
Correct Option: D
When you’re dealing with files uploaded through an HTML form, you have access to a special constant called UPLOAD_ERR_OK that tells you whether a file uploaded successfully.