会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
米粮二斗
Technology & Engineering
博客园
首页
新随笔
联系
订阅
管理
2009年12月17日
html代码实现同时上传多个文件
摘要: 注意问题:1. 使用document.createElement动态创建HTML元素,name属性在IE下无法直接设置,需要使用以下方法(参见http://www.thunderguy.com/semicolon/2005/05/23/setting-the-name-attribute-in-internet-explorer/)设置name属性Code highlighting produce...
阅读全文
posted @ 2009-12-17 20:50 米粮二斗
阅读(816)
评论(1)
推荐(0)
编辑
asp.net文件上传需要注意的问题
摘要: 以下是使用html控件<input type="file">上传文件时遇到的一些问题总结,方便大家查阅:1. 如果直接用<input type="file"...></input>html客户端控件选择文件,必须要在<input type="file">控件中加入name属性,否则服务端无法获取控件值(即文件)2. asp.net默认设置对上传文件有...
阅读全文
posted @ 2009-12-17 03:00 米粮二斗
阅读(265)
评论(0)
推荐(0)
编辑
公告