我的代码是这样的:
NameValueCollection nvc = new NameValueCollection();
nvc.Add("id", "userfile"); // <- select the file
nvc.Add("preview", "Upload"); // <- push the upload button on website
ImportUtilities.HttpUploadFile("http://www.site.com/", "image.png", "userfile", "image/png", nvc);
但是还有一个包含大量项目的下拉框,而且总是选择的项目是&#39;英语&#39;所以我在nvc.Add之前写的(&#34;预览&#34;,&#34;上传&#34;)按下按钮&#39;上传&#39;,我想选择这种方式&#39;越南& #39;从列表中也是默认值。
以下是下拉框html代码:http://s17.postimg.org/gzwoamwdb/ccc.png