设置fileupload上传文件的大小

在web.config文件中设置:

在system.web节点下添加:

<httpRuntime   maxRequestLength="4096" />
posted @ 2012-04-05 22:08  无头咸鱼  阅读(636)  评论(0编辑  收藏  举报