資源簡介
多附件上傳
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.IO;
namespace?WebApplication1
{
????///?
????///?UploadHandler?的摘要說明
????///?
????public?class?UploadHandler?:?IHttpHandler
????{
????????public?void?ProcessRequest(HttpContext?context)
????????{
????????????context.Response.ContentType?=?“text/plain“;
????????????context.Response.Charset?=?“utf-8“;???
????????????HttpPostedFile?file?=?context.Request.Files[“Filedata“];
????????????string?uploadPath?=
????????????????HttpContext.Current.Server.MapPath(@context.Request[“folder“])?+?“\\“;
????????????if?(file?!=?null)
????????????{
????????????????if?(!Directory.Exists(uploadPath))
????????????????{
????????????????????Directory.CreateDirectory(upl
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????935??2016-08-30?17:18??Solution1\Solution1.sln
????..A..H.?????10240??2016-08-30?17:18??Solution1\Solution1.suo
?????文件???????5632??2016-08-30?18:02??Solution1\WebApplication1\bin\WebApplication1.dll
?????文件??????15872??2016-08-30?18:02??Solution1\WebApplication1\bin\WebApplication1.pdb
?????文件??????93637??2016-08-30?17:04??Solution1\WebApplication1\js\jquery.min.js
?????文件???????7852??2016-08-30?18:02??Solution1\WebApplication1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????256??2016-08-30?17:32??Solution1\WebApplication1\obj\Debug\WebApplication1.csproj.FileListAbsolute.txt
?????文件???????5632??2016-08-30?18:02??Solution1\WebApplication1\obj\Debug\WebApplication1.dll
?????文件??????15872??2016-08-30?18:02??Solution1\WebApplication1\obj\Debug\WebApplication1.pdb
?????文件???????1349??2016-08-30?17:02??Solution1\WebApplication1\Properties\AssemblyInfo.cs
?????文件????????109??2016-08-30?17:17??Solution1\WebApplication1\UploadHandler.ashx
?????文件???????1320??2016-08-30?17:18??Solution1\WebApplication1\UploadHandler.ashx.cs
?????文件????????618??2016-08-30?17:09??Solution1\WebApplication1\uploadify\Change?Log.txt
?????文件????????426??2016-08-30?17:09??Solution1\WebApplication1\uploadify\check-exists.php
?????文件????????979??2016-08-30?17:09??Solution1\WebApplication1\uploadify\index.php
?????文件??????65804??2016-08-30?17:54??Solution1\WebApplication1\uploadify\jquery.uploadify.js
?????文件??????52321??2016-08-30?17:54??Solution1\WebApplication1\uploadify\jquery.uploadify.min.js
?????文件???????1100??2016-08-30?17:09??Solution1\WebApplication1\uploadify\license.txt
?????文件???????2960??2016-08-30?17:09??Solution1\WebApplication1\uploadify\uploadify-cancel.png
?????文件???????2543??2016-08-30?17:09??Solution1\WebApplication1\uploadify\uploadify.css
?????文件????????862??2016-08-30?17:09??Solution1\WebApplication1\uploadify\uploadify.php
?????文件??????12767??2016-08-30?17:09??Solution1\WebApplication1\uploadify\uploadify.swf
?????文件????????171??2016-08-30?17:09??Solution1\WebApplication1\uploadify\__MACOSX\._Change?Log.txt
?????文件????????222??2016-08-30?17:09??Solution1\WebApplication1\uploadify\__MACOSX\._uploadify.swf
?????文件????????313??2016-08-30?17:02??Solution1\WebApplication1\Web.config
?????文件???????1240??2016-08-30?17:02??Solution1\WebApplication1\Web.Debug.config
?????文件???????1301??2016-08-30?17:02??Solution1\WebApplication1\Web.Release.config
?????文件???????5152??2016-08-30?17:18??Solution1\WebApplication1\WebApplication1.csproj
?????文件???????1086??2016-08-30?17:18??Solution1\WebApplication1\WebApplication1.csproj.user
?????文件???????1444??2016-08-31?09:09??Solution1\WebApplication1\WebForm1.aspx
............此處省略15個文件信息
評論
共有 條評論