谁知道无惧无组件上传的使用方法???(急用)
不好意思,对于无惧无组件上传,我看了好长时间了,可是因为自己能力有限,还不是很了解,希望有明白的高手帮忙解决,非常感谢!<form name="form1" action="save.asp" method="post" enctype="multipart/form-data">
标题:<input type="text" name="title" id="title">
<br>
图片:<input type="file" name="picture" id="picture">
<br>
<input type="submit" name="submit" value="提交">
<input type="reset" name="reset" value="重置">
</form>
像上面的代码,如果在上传文件的同时,还要有相关的标题(title)上传,如何用upfile_class类将title传到save.asp网页中呢,应该用什么语句???