.net图片上传实例

时间:2012-04-11 00:39:56
【文件属性】:

文件名称:.net图片上传实例

文件大小:2KB

文件格式:RAR

更新时间:2012-04-11 00:39:56

上传 实例 图片上传

.net图片上传实例 如需上传大文件需要在web.config中添加(由于使用"<,>"会被HTML解析掉,以下采用全角字符) <system.web> <httpRuntime maxRequestLength="2097151" executionTimeout="300"/> </system.web> maxRequestLength //文件字节大小 executionTimeout //超时时间


【文件预览】:
FileUpLoad.aspx
FileUpLoad.aspx.cs

网友评论