Welcome![Sign In][Sign Up]
Location:
Search - maxRequestLength

Search list

[Ftp ClientWebUpLoad

Description: 我们在上传大文件时都遇到过这样或那样的问题,设置很大的maxRequestLength值并不能完全解决问题,除了允许你上传大文件外,还能实时显示上传进度并捕获上传中的错误信息-we upload large documents, we encountered all sorts of problems, maxRequestLength set great value and can not solve the problem entirely. In addition allows you to upload large files, but also real-time display of upload progress and uploads captured the wrong message
Platform: | Size: 54858 | Author: 刘涛 | Hits:

[Ftp ClientWebUpLoad

Description: 我们在上传大文件时都遇到过这样或那样的问题,设置很大的maxRequestLength值并不能完全解决问题,除了允许你上传大文件外,还能实时显示上传进度并捕获上传中的错误信息-we upload large documents, we encountered all sorts of problems, maxRequestLength set great value and can not solve the problem entirely. In addition allows you to upload large files, but also real-time display of upload progress and uploads captured the wrong message
Platform: | Size: 54272 | Author: 刘涛 | Hits:

[CSharpslUpload

Description: silverlight漂亮的上传控件源码 在网站根目录web.config里配置上传文件夹,注意:folder的value要写成windows资源管理器形式例如: upload\audio\chenxumi,而且是相对网站根目录而言。因为这里是分块上传的每块大小为4MB。所以maxRequestLength设为4100kb, 至于为什么不是4096kb是因为上传时还附带了很多其他信息,例如当前文件的文件名、文件是否为第一次上传、文件是否是最后一块上传、文件此时的偏移量等信息,显然这种最大上传限制很有弹性,比起传统的一次性上传大小设置更有活性。-silverlight nice upload control source on the site where the root directory web.config configuration upload folder, and pay attention: folder' s value to be written in the form of windows Explorer, for example: upload \ audio \ chenxumi, but also in terms of relative root of the site . Because it is uploaded each sub-block size 4MB. So maxRequestLength set 4100kb, as to why not is because the upload 4096kb Shihai with a lot of other information, such as the current file name, file is uploaded for the first time, the file is the last one uploaded the file at this time partial shift the amount of other information, is clearly the largest upload limit that is very flexible, compared to the traditional one-time upload size settings and more active.
Platform: | Size: 68608 | Author: Channing | Hits:

[.netUploadLargeFile

Description: 大文件上传并显示进度和上传速率的示例及组建源码 支持大文件上传,需要在web.config中进行简单配置 〈httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="1024000" executionTimeout="900" /〉 并显示当前上传的速率 WebbUploadSample为示例文件夹,WebbUpload为组建源码-Large file upload and show an example of progress and the upload rate and source support for large file upload form requires a simple configuration in the web.config in < httpRuntime useFullyQualifiedRedirectUrl=" true" maxRequestLength=" 1024000" executionTimeout=" 900" /> and displays the current upload rate WebbUploadSample for the sample files folder, WebbUpload source for the formation of
Platform: | Size: 259072 | Author: liao | Hits:

[Web ServerLazyOA_SQL_WebOffice_5.72

Description: 注意事项: 0、 系统运行环境: .net2.0 初始管理员用户名和密码:manager 123456 1、 系统必须安装在根目录,不能放置在子目录。 2、 请勿在数据库表中手工修改 默认管理员manager,否则出错。(该用户充当系统发信及其他系统调度管理角色) 3、 单位名称在系统管理-基本设置处修改,用户重新登录后生效。 4、 文件上传大小限制,在主程序根目录web.config修改。 maxRequestLength="63960" 单位KB,请注意服务器或空间存储大小。 5、 安装SqlServe版 请注意新建数据库 命名,不要包含特殊字符 如 单引号等(命名最好 数字+字母或者组合都可以) 6、 win7/windows 2008 IIS应用程序池需要选择 .net framework 2.0 经典模式 (IIS默认为 4.0 集成模式,需要调整过来) 更多详情请参考: 系统安装手册-Note: 0, the system operating environment: Net2.0 initial administrator user name and password: manager 123456 1, the system must be installed in the root directory, and can not be placed in a subdirectory. Do not manually in the database table to modify the default administrator manager, otherwise an error. (The user acts as a system of letters and other system scheduling management role) 3 unit name system management- basic set at modifying effect after the user logs back. File upload size limit, in the main program root directory web.config modify. maxRequestLength = " 63960" unit KB, please pay attention to the server or space storage size. 5, install SqlServe Please note Name the new database, do not contain special characters such as single quotes (named best the digital the+ letters or combinations can), win7/windows 2008 IIS application pools need to select the net framework 2.0 classic mode ( default IIS 4.0 integrated mode, need to be adjusted over) For more details,
Platform: | Size: 13715456 | Author: 唐强 | Hits:

[SilverLightSilvesdafrlightFileUpload

Description: Silverlight上传工具支持多文件上传,上传之前预览图片窗口可以调整图片大小,独立进度和整体进度显示,快速上传,ASP.NET服务器控件,并且可以非常灵活的改变程序根据自己的需求。 不同于其他上传控件 .速度非常快,没有使用webservices上传文件。webservices是比较慢的,上传文件被分成文件块上传到webservice,然后一块块将文件上传到服务器。如果某块文件不可用可能会造成上传的文件不完整。 .可以上传比较大的文件,开发者有能力限制文件大小和文件总大小,不是限制maxRequestLength在web.config中。上传控件上传文件以文件快形式,但是这远远超过了webservice中所使用的4MB,默认maxRequestLength值,可以更大(建议在25-30MB这个范围)。这个maxRequestLength可以保持最小的拒绝服务攻击,仍然可以上传大文件和避免缓冲溢出。 .文件可以恢复。而且上传时候可以检测到已经上传过的同名文件,并提示你是否覆盖已经存在的文件。 .暂时只有jpg图片在上传之前在缩略图中调整大小。-Silverlight upload tool supports multiple file upload, preview before uploading the picture window you can adjust the picture size, independent progress and overall progress display, fast upload, ASP.NET server controls, and can be very flexible to change the program according to their needs.
Platform: | Size: 1723392 | Author: jiachao | Hits:

CodeBus www.codebus.net