How to loop through Multiple Upload and Display Actual File Name

How to loop through Multiple Upload and Display Actual File Name

I have been reading the help on the File Upload Control and reviewed the Deluge help on files and I can not figure out how to loop through the uploaded files and do anything but get the automatically created file names.

The code below will run but each file is just a string with the generated name in it. 
  1. fileUpload = input.File_upload;

  2. for each  file in fileUpload
  3. {
  4. info file; 
  5. }

Looking at the documentation for getFileName(), it says that 
  • In Zoho Creator, this function can only be applied on files fetched using the invokeUrl task and not on the files fetched from Zoho Creator fields. To fetch name of the file uploaded in the file upload field, use actualName.
When I try to use actualName on input.File_upload, fileUpload, or file, I get an errors for each that will not even allow me to save the script. 

Does anyone know how I can loop through each file and get the original name?

    Nederlandse Hulpbronnen