資源簡介
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
public?partial?class?_Default?:?System.Web.UI.Page?
{
????//?擴展名定義
????string[]?strArrFfmpeg?=?new?string[]?{“asf““avi““mpg““3gp““mov“?};
????string[]?strArrMencoder?=?new?string[]?{“wmv““rm““rmvb“?};
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????}
????//
????protected?void?btnUpload_Click(object?sender?EventArgs?e)
????{
????????
????????string?upFileName?=?““;
????????if?(this.FileUpload1.HasFile)
????????{
????????????string?fileName?=?PublicMethod.GetFileName(this.FileUpload1.FileName);//?GetFileNam
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????234??2007-08-31?11:02??App_Themes\Default\default.css
?????文件??????86016??2007-08-28?21:46??Bin\SoF.Common.dll
?????文件?????????38??2007-08-31?09:13??Bin\SoF.Common.dll.refresh
?????文件?????179712??2007-08-28?21:46??Bin\SoF.Common.pdb
?????文件??????61440??2007-08-28?21:46??Bin\SoF.Entities.dll
?????文件?????????42??2007-08-31?09:13??Bin\SoF.Entities.dll.refresh
?????文件??????79360??2007-08-28?21:46??Bin\SoF.Entities.pdb
?????文件?????532480??2007-08-28?21:46??Bin\SoF.Web.dll
?????文件?????????32??2007-08-31?09:13??Bin\SoF.Web.dll.refresh
?????文件?????462336??2007-08-28?21:46??Bin\SoF.Web.pdb
?????文件???????3465??2007-08-28?15:02??SoF\releaseNote.txt
?????文件??????86016??2007-08-28?21:46??SoF\SoF.Common.dll
?????文件?????179712??2007-08-28?21:46??SoF\SoF.Common.pdb
?????文件??????61440??2007-08-28?21:46??SoF\SoF.Entities.dll
?????文件??????79360??2007-08-28?21:46??SoF\SoF.Entities.pdb
?????文件??????19968??2007-08-28?21:46??SoF\SoF.ServiceImpls.dll
?????文件??????44544??2007-08-28?21:46??SoF\SoF.ServiceImpls.pdb
?????文件??????11264??2007-08-28?21:46??SoF\SoF.ServiceInterfaces.dll
?????文件??????26112??2007-08-28?21:46??SoF\SoF.ServiceInterfaces.pdb
?????文件?????532480??2007-08-28?21:46??SoF\SoF.Web.dll
?????文件?????462336??2007-08-28?21:46??SoF\SoF.Web.pdb
?????文件?????176128??2007-05-18?09:59??SoF\SoF.WebComponent.dll
?????文件?????415232??2007-05-18?09:59??SoF\SoF.WebComponent.pdb
????..A.SHR???????439??2007-08-29?08:35??SoF\vssver2.scc
?????文件???????4282??2007-09-04?14:03??Default.aspx
?????文件???????7846??2007-09-04?14:05??Default.aspx.cs
?????文件???????5464??2007-09-04?14:00??pla
?????文件????????638??2007-09-01?09:37??ttt.htm
?????文件???????1526??2007-09-04?19:41??ViewMedia.aspx
?????文件????????407??2007-08-31?09:26??ViewMedia.aspx.cs
............此處省略11個文件信息
評論
共有 條評論