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?
Using c#, I have a method which uploads a file using a POST HTTP
Share
You can use jquery and an upload plugin like the one here:
http://blueimp.github.com/jQuery-File-Upload/