@ptt-bds Bác có 10 luồng thì đầu tiên nếu không có gì xảy ra nó sẽ lấy 10 dòng đầu tiên, sau đó thì cứ luồng nào "ra đi" nó sẽ lấy dòng tiếp theo, đâu có theo quy luật như 1,11,21,31 vs luồng 1 như bác nói đâu.
anyone good with file from directory
-
I need to upload my images in order - anyone know how to do this?
First thing, that you want to do is use "File Search" and obtain list of strings, each string is one file path.
I don't think that files in folder have something like order. I'm talking about OS, not BAS.
If you need to order files, do it yourself. For example, rename them like this1.png 2.png ...Finally, you need to sort them inside list obtained from "File Search", there is action "Sort" to do that.
If you are posting in single thread, you can just use that list for posting(iterate over it with Foreach action) and post that file with browser.
Do I have to rename the image files?
There is another action to do that "Move File/Folder"