Use if condition for uploading files

How to use if condition for uploading 16 files? whenever i need to upload 16 files,I was using “or”

Hi @Cuberoot

Can you elaborate what you are asking about?

Cheers

I am asking if i need to upload 16 files then how to use if condition for random files

Hi @Cuberoot

If you need to upload 16 files then you use for loop and then if you have any condition to check before uploading then you use if condition inside the loop to get only files sarisfying your conditions.

Cheers