Is there a way to add multiple files to a WebRequest to simulate the selection of multiple files by an enduser?
+4
A:
There's no built-in mechanism for this. You will have to implement it manually.
Darin Dimitrov
2009-12-18 09:21:47
Any idea how you would do that? Or links on this subject?
Lieven Cardoen
2009-12-18 09:23:29
Follow the link over the `implement` word in my post.
Darin Dimitrov
2009-12-18 09:24:33
Hadn't seen that. Thx.
Lieven Cardoen
2009-12-18 09:28:05