@GaG
Thanks again for your help, but I finally solve the problem using a loop and a list.
Just by mistake, I found this thread: https://community.bablosoft.com/topic/11372/bulk-image-upload
And it helped!
I was searching for few days and found this only now lol.
Image upload
-
I have 10 images in a folder, want to upload it in a website, in order by filename, on the same different session.
So it's like this:
click website upload button: upload first photo
First session
click website upload button: upload second photo
Second Session
click website upload button: upload third photo
Third SessionContinue till session
etc
How to do it?
I created a source with the images folder and set up to use each file only once, but when I want to upload to the website it uploads everytime the first images only.