WAP2.0支持上传文件

文章来源:转载 录入:muscle 日期:2007-2-28 人气:【字体:

<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>文件上传</title>
</head>
<body>
<form name="form1" method="post" action="upfile.asp" enctype="multipart/form-data" >
<input type="file" name="file1"/>
<input type="submit" name="submit" value="· 提交 ·"/>
</form>
</body>
</html>

编码必须utf-8
标签:WAP2.0

打印】 【分享】 【收藏】 【报错】 【关闭
Post Comment 发表评论
标题:
姓名:
主页:
验证码:验证码
内 容(1000个字符以内,不支持html)
评论列表