I want to upload contents of a folder to my application using cypress. The application does not allow multiple files to be selected/uploaded at once. So I want to iteratively upload all the files in the folder. I know I can mention the names of the files and cypress will pick them, but since I am not aware of the number of files in the folder or their names, how can I upload otherwise?