If for instance I am uploading files to a website. And I get this from recording my action..
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION://upload.*.com/ ATTR=NAME:media[] CONTENT=F:\Folder\FileName.jpg
If I was to say want to loop through 10 images. How would I go about doing this?
All the file names are different.
Thanks for any help.
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION://upload.*.com/ ATTR=NAME:media[] CONTENT=F:\Folder\FileName.jpg
If I was to say want to loop through 10 images. How would I go about doing this?
All the file names are different.
Thanks for any help.