Re: How do I can upload serveral files at same tim (General questions)
Hi,
When using blocking mode, you shouldn't use events, and vice versa. Also, when using threading, you should keep in mind that you should use apartment threading model (component and events declared and used in same thread).
I would suggest that you create your own class, and implement component there. Then call that class in multiple threads.
Can you try that?
regards,
Damba
Complete thread:
- How do I can upload serveral files at same time? - yinpengxiang, 2009-08-25, 10:45
- Re: How do I can upload serveral files at same tim - wodDamir, 2009-08-25, 11:40
- Re: How do I can upload serveral files at same tim - yinpengxiang, 2009-08-25, 12:13
- Re: How do I can upload serveral files at same tim - wodDamir, 2009-08-25, 13:05
- Re: How do I can upload serveral files at same tim - yinpengxiang, 2009-08-25, 15:18
- Re: How do I can upload serveral files at same tim - wodDamir, 2009-08-25, 16:02
- Re: How do I can upload serveral files at same tim - yinpengxiang, 2009-08-25, 15:18
- Re: How do I can upload serveral files at same tim - wodDamir, 2009-08-25, 13:05
- Re: How do I can upload serveral files at same tim - yinpengxiang, 2009-08-25, 12:13
- Re: How do I can upload serveral files at same tim - wodDamir, 2009-08-25, 11:40