Is there a way to add multiple files to a WebRequest to simulate the selection of multiple files by an enduser?
1 Answer
There's no built-in mechanism for this. You will have to implement it manually.
2 Comments
Lieven Cardoen
Any idea how you would do that? Or links on this subject?
Darin Dimitrov
Follow the link over the
implement word in my post.