Using c#, I have a method which uploads a file using a POST HTTP method. But the server is expecting an array of files. So what should I change, or more generally, how can I POST an array or list of files?
1 Answer
You can use jquery and an upload plugin like the one here:
2 Comments
lenden
I mean loading from application like windows forms or console application
Yasser
Possible duplicate of stackoverflow.com/questions/9142804/…