資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Net;
using?System.IO;
using?System.Collections.Specialized;
using?System.Text;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????public?string?Result?=?“null“;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????protected?void?Submit_Click(object?sender?EventArgs?e)
????{
????????if?(PostFile.PostedFile?!=?null)
????????{
????????????var?t?=?PostRequest(PostFile.PostedFile);
????????????Result?=?t;
????????}
????}
????protected?string?PostRequest(HttpPostedFile?file)
????{
????????//請(qǐng)求地址
????????string?url?=
????????????“http://view.wps.cn/service/dotview/process.php?act=upload“;
????????//創(chuàng)建HTTP?Request對(duì)象
????????HttpWebRequest?req?=?WebRequest.Create(url)?as?HttpWebRequest;
????????req.Method?=?“POST“;?//設(shè)置請(qǐng)求方式為POST
????????req.Accept?=?“text/*“;?//設(shè)置HTTP標(biāo)頭的?A
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-03-14?00:12??C_文件上傳\
?????文件????????1666??2017-03-14?00:12??C_文件上傳.sln
?????目錄???????????0??2017-03-14?00:10??C_文件上傳\.vs\
?????目錄???????????0??2017-03-14?00:10??C_文件上傳\.vs\config\
?????文件???????85919??2017-03-14?00:10??C_文件上傳\.vs\config\applicationhost.config
?????目錄???????????0??2017-03-14?00:10??C_文件上傳\.vs\C_文件上傳\
?????目錄???????????0??2017-03-14?00:10??C_文件上傳\.vs\C_文件上傳\v14\
?????文件???????15360??2017-03-14?00:10??C_文件上傳\.vs\C_文件上傳\v14\.suo
?????目錄???????????0??2012-08-07?15:09??C_文件上傳\App_Data\
?????文件????????1130??2012-08-07?16:21??C_文件上傳\Default.aspx
?????文件????????4898??2012-08-07?16:36??C_文件上傳\Default.aspx.cs
?????文件????????8324??2017-03-13?23:26??C_文件上傳\web.config
評(píng)論
共有 條評(píng)論