I want to upload multiple files in 1 go. I have successfully tested the code on a single file upload (removed the for each loop) then its all working. File is uploading and checking file size/file type. But when I tried to put in a for loop to be able to do multiple files, its return "I want to upload multiple files in 1 go. I have