Hello all,
I have a list of files in a text file, let say listfiles.txt
inside the file, I have the path of all files that I would like to upload into the server.
example:
c:\file1.jpg
c:\file2.jpg
c:\file3.jpg
.......
c:\fileN.jpg
Is there a way that I can upload these files at the sametime?
Thanks