How do I can upload serveral files at same time? (General questions)
I want to upload serveral files at same time, I used the wodFtpDLXComClass in FtpDLX.
I readed the help file and I know I can't upload multi-files in a component instance at same time, I must wait until the first file uploaded then upload next. So I create serveral wodFtpDLXComClass instance in serveral thread (each thread has a wodFtpDLXComClass instance), but they seemed not work as I expect.
I want to upload 3~5 files at same time but one by one, How to do it? thanks.