If you have multiple file upload fields in a single form, does MAX_FILE_SIZE operate on the total of all the files? If I have 4 file fields, and php.ini sets the maximum at 2mb and I have the same max_file_size, and each file is 2mb, totalling 8mb, and my script is failing, is this due to max_file_size?