Hi
I have an application taht upload document to server .I want to apply multi threding to it so that while document is getting uploaded meantime I can do other task .I need not want to upload document in same thread as doing other task as it take time to upload document . Any idea has to implement it in an application.
Many many thanks in advance