Download List

项目描述

NeatUpload allows ASP.NET developers to stream
uploaded files to disk and allows users to monitor
upload progress. It works under Mono's
XSP/mod_mono as well as Microsoft's ASP.NET
implementation and features two custom controls.
InputFile allows the user to select a file to
upload and ProgressBar displays the upload
progress either inline or in a popup. ProgressBar
even allows users without JavaScript to see upload
progress.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-06-16 12:25
1.2.18

这个版本修正了错误:使用HttpResponse.TransmitFile()可能会导致整个传送文件在内存中缓冲暂时和错误:该脚本NeatUpload的进度条控制生产要素不兼容。为解决TransmitFile()问题具有副作用小,有时反应超过1MB不缓冲。
标签: Minor bugfixes
This version fixes a bug where using HttpResponse.TransmitFile() could cause the entire transmitted file to be buffered in memory temporarily, and a bug where the script elements produced by NeatUpload's ProgressBar control were not XHTML compliant. The fix for the TransmitFile() issue has the small side effect that sometimes responses larger than 1MB are not buffered.

2007-04-20 08:26
1.2.17

这是一个安全修补程序版本。它修复了一个错误:在一个竞争条件的反应有时会造成部分被发送到错误的用户,可能泄露敏感信息的未经授权的用户。下面的版本被认为是脆弱的:通过1.2.16 1.2.11,1.1.18通过1.1.23,并trunk.379通过trunk.445。 NeatUpload - 1.1.24,最新的开发快照包含相同的修复程序。
标签: Major security fixes
This is a security fix release. It fixes a bug
where a race condition sometimes caused portions
of responses to be sent to the wrong user,
potentially revealing sensitive information to
unauthorized users. The following versions are
thought to be vulnerable: 1.2.11 through 1.2.16,
1.1.18 through 1.1.23, and trunk.379 through
trunk.445. NeatUpload-1.1.24 and the latest
development snapshot contain the same fix.

2006-09-26 19:09
1.2.13

此版本在1.2.11错误介绍说,造成“无法得到请求后,查询字符串”的错误修复了处理,如果Response.Redirect()已在请求处理要求。
标签: Minor bugfixes
This release fixes a bug introduced in 1.2.11 that caused a "Cannot get the query string" error after a request was processed if Response.Redirect() was called during the processing of the request.

2006-09-21 04:44
1.2.12

此版本修正了错误:文件将不会上传和显示的进展将不会更新当ASP.NET跟踪是在Web.config中启用。它禁用UploadHttpModule在这样的情况发生。请参阅“ASP.NET应用程序范围追查禁用NeatUpload”的手册中的细节。
标签: Minor bugfixes
This release fixes a bug where files would not upload and the progress display would not update when ASP.NET tracing was enabled in the Web.config. It disables the UploadHttpModule when that situation occurs. See the "ASP.NET application-wide tracing disables NeatUpload" section of the manual for details.

2006-09-13 23:18
1.2.11

此版本修正了错误:调用HttpResponse.Close()可能会导致今后的请求挂起。
标签: Minor bugfixes
This release fixes a bug where calling HttpResponse.Close() could cause future requests to hang.

Project Resources