Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 c#,我有一个使用POSTHTTP 方法上传文件的方法。但是服务器需要一组文件。那么我应该改变什么,或者更一般地说,我怎样才能POST获得一个数组或文件列表?
POST
您可以使用 jquery 和像这里这样的上传插件:
http://blueimp.github.com/jQuery-File-Upload/