How to use if condition for uploading 16 files? whenever i need to upload 16 files,I was using “or”
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