[NeatUpload]上傳檔案加進度顯示
Posted In:
ASP.NET 1.1
,
DEMO
,
FileUpload
,
httpModules
,
HttpWorkerRequest
,
IConfigurationSectionHandler
,
IHttpModule
.
By 卡西卡
簡介:The NeatUpload ™ ASP.NET component allows developers to stream uploaded files to storage (filesystem or database) and allows users to monitor upload progress.
URL=http://www.brettle.com/neatupload
Manual=http://www.brettle.com/NeatUpload-1.2/docs/Manual.html
DEMO=http://klchang3:99/demo/20070929A-Upload/WebForm1.aspx
CODE=D:\Project\_core2\NeatUpload\NeatUpload-1.2.24
- UploadHttpModule.cs
IHttpModule - ConfigSectionHandler.cs, Config.cs
IConfigurationSectionHandler - DecoratedWorkerRequest.cs
HttpWorkerRequest - Web.config
- WebForm1.aspx
- WebForm1.aspx.cs
類似的還有……
- SlickUpload provides scalable ASP.NET upload handling with a rich progress and status information display. SlickUpload intercepts upload requests before ASP.NET can process them, enabling it to stream the files directly to the filesystem or a database with little overhead. For user feedback, SlickUpload provides information that can be displayed to the user in real time using AJAX techniques.
- 炫Max - [ASP.NET 2.0] 上传进度模块\本模块可以分成两部分,一部分负责监测上传进度,另一部分负责显示。