搜索资源列表
WebUpLoad
- 我们在上传大文件时都遇到过这样或那样的问题,设置很大的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 t
CSharpFTP
- C# FTP创建目录 如果最终目的是为了创建目录 我的做法是,不管目录文件夹是否存在 ,循环创建, 如果存在就会出异常,捕获,但不抛, 不存在的话就会创建. 有源代码-C# FTP to create the directory if the ultimate goal is to create a catalog of my practice, regardless of the directory folder exists, create a loop, there wil