資源簡介
跨域下載文件
最為重要的是FielStream文件,涉及到了HttWebRequest請求文件,網絡流轉換為內存流的方法,還有就是內存流的下載。
ContractManage傳入參數給ReadPdf文件,ReadPdf用于現在閱讀pdf文件,這里用了軟航的試用控件,添加水印和防止他人串改pdf內容和水印,Filestream就是把具體的網路文件轉換為文件流,給ReadPdf頁面的js外部控件的方法。
代碼片段和文件信息
using?HL.ServiceModel.Service;
using?HX.AccessControl.SYS;
using?HX.Bll.BAS;
using?HX.Model.BAS;
using?HX.MVC.Application.Admin.ADM;
using?HX.MVC.Application.Areas;
using?System;
using?System.Collections.Generic;
using?System.Data;
using?System.Linq;
using?System.Threading;
using?System.Web;
namespace?HX.MVC.Application.Modules.BAS
{
????///?
????///?Action?的摘要說明
????///?
????public?class?Action?:?IHttpHandler
????{
????????public?void?ProcessRequest(HttpContext?context)
????????{
????????????string?t?=?context.Request[“t“];
????????????string?json?=?““;
????????????if?(context.Session[“SYSUser“]?==?null)?{?return;?}
????????????if?(t?==?“GetDeptTree“)
????????????{
????????????????json?=?GetDeptTree(context);
????????????}
????????????if?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????110??2017-08-09?14:25??跨域下載文件\Action.ashx
?????文件??????10282??2017-08-30?16:44??跨域下載文件\Action.ashx.cs
?????文件??????21857??2017-09-01?10:03??跨域下載文件\ContractManage.aspx
?????文件???????3641??2017-08-17?11:47??跨域下載文件\ContractManage.aspx.cs
?????文件????????483??2017-08-09?11:42??跨域下載文件\ContractManage.aspx.designer.cs
?????文件????????435??2017-09-01?11:07??跨域下載文件\FileStream.aspx
?????文件???????5398??2017-09-01?14:54??跨域下載文件\FileStream.aspx.cs
?????文件????????821??2017-09-01?11:07??跨域下載文件\FileStream.aspx.designer.cs
?????文件????????112??2017-06-23?10:21??跨域下載文件\GetMore.ashx
?????文件???????1734??2017-06-23?10:21??跨域下載文件\GetMore.ashx.cs
?????文件????????132??2017-06-23?10:21??跨域下載文件\GetNearestVersion.ashx
?????文件???????2877??2017-06-23?10:21??跨域下載文件\GetNearestVersion.ashx.cs
?????文件???????2839??2017-09-01?11:24??跨域下載文件\ReadPdf.aspx
?????文件???????1429??2017-09-01?15:15??跨域下載文件\ReadPdf.aspx.cs
?????文件????????815??2017-08-31?10:38??跨域下載文件\ReadPdf.aspx.designer.cs
?????文件???????3341??2017-08-30?15:16??跨域下載文件\UploadContract.aspx
?????文件????????539??2017-08-30?15:24??跨域下載文件\UploadContract.aspx.cs
?????文件????????822??2017-08-29?15:09??跨域下載文件\UploadContract.aspx.designer.cs
?????文件????????312??2017-09-01?15:28??跨域下載文件\跨域下載文件說明.txt
?????目錄??????????0??2017-09-01?15:22??跨域下載文件
-----------?---------??----------?-----??----
????????????????57979????????????????????20
評論
共有 條評論