2005年11月20日

Server Side File Upload Progress Bar

摘要: Download source files - 57.7 Kb To test the application, please type http://localhost/fileupload/webform1.aspx?guid=123abc. It is recommended that you test with files that is over 20MB to see the ... 阅读全文

posted @ 2005-11-20 19:50 cy163 阅读(1208) 评论(1) 推荐(0) 编辑

File Uploading to Server Hard Disk using ASP.NET

摘要: http://www.stardeveloper.com/articles/display.html?article=2003022601&page=1 OverviewIn this article we will learn how to upload one or more files from the client browser to the server hard disk usin... 阅读全文

posted @ 2005-11-20 19:36 cy163 阅读(630) 评论(0) 推荐(0) 编辑

File Uploading in ASP.NET Using C#

摘要: http://www.stardeveloper.com/articles/display.html?article=2002022201&page=1 File Uploading in ASP.NET Using C#by Sriram Vaideeswaran. '); //--> Overview :File uploading has always been a tediou... 阅读全文

posted @ 2005-11-20 19:32 cy163 阅读(529) 评论(0) 推荐(0) 编辑

让asp.net默认的上传组件支持进度条反映

摘要: http://blog.joycode.com/dotey/archive/2005/06/12/53557.aspx 对于web下的上传,实际上更多的时候不用上传太大东西,asp.net默认的上传组件足够用了,美中不足就是没有上传进度反映,所以现在要做的就是在asp.net默认的上传基础上加上进度反映。 关于web上传的原理,曾在以前有深入分析过《asp无组件上传进度条解决方案》《Asp无组件上... 阅读全文

posted @ 2005-11-20 19:18 cy163 阅读(2818) 评论(2) 推荐(0) 编辑

Asp无组件上传带进度条(续)

摘要: 几个月前,写过一篇关于Asp无组件上传带进度条的Blog,当时主要分析了一下通过Web文件上传并在后台获取分析数据的实现原理。其中实现进度条的根本就是要实现分块获取数据,根据分块大小和块数记录已上传大小。还有一些具体的细节问题当时并没有说清楚: Q: 进度信息如何访问?A: 进度信息保存在Application中,每次上传时生成一个进度ID,根据这个进度ID可以检索Application中的当前上... 阅读全文

posted @ 2005-11-20 19:11 cy163 阅读(2455) 评论(1) 推荐(0) 编辑

Asp无组件上传进度条解决方案

摘要: http://webuc.net/dotey/archive/2004/07/22/1334.aspx 我还是一点一点用一个实例来说明的吧,客户端HTML如下。要浏览上传附件,我们通过元素,但是一定要注意必须设置form的enctype属性为"multipart/form-data": 在后台asp程序中,以前获取表单提交的ASCII 数据,非常的容易。但... 阅读全文

posted @ 2005-11-20 19:04 cy163 阅读(4377) 评论(0) 推荐(0) 编辑

ASP.NET makes uploading files from the client to the server a snap(UploadInterface.PostedFile.SaveAs)

摘要: http://www.computerbooksonline.com/tips/asp11.aspIn a previous tip, we talked about uploading files via classic ASP. As you saw, getting the file from the client to the server isn't a big deal, but ge... 阅读全文

posted @ 2005-11-20 14:49 cy163 阅读(383) 评论(0) 推荐(0) 编辑

IT IS an IMPORTANT String for Input TYPE=File Field --enctype="multipart/form-data"

摘要: --> 添加附件 总共有 0 个文件等待上传 --> 添加附件 ... 阅读全文

posted @ 2005-11-20 07:29 cy163 阅读(446) 评论(0) 推荐(0) 编辑

导航