欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

文件上传

程序员文章站 2022-04-08 09:28:10
...
	<form method="post" action="ProcessFileUp.ashx" enctype="multipart/form-data">
            <input type="file" name="fileUp" />
            <input type="text" name="txtName" />
            <input type="submit" value="上传" />
        </form>
相关标签: 文件上传