#12001/3/14 10:59:33
如何让用户通过浏览器把自己电脑里的文件通过表单作为邮件附件传到指定邮箱里?
我已经在表单页面定义了变量<% Session("file") = cStr(Request("file")) %>,然后在传递页面用jmail的mail1.addattachment Session("file")收集变量,但测试时出错,提示
Microsoft VBScript 运行时错误 错误 '800a01b6'
对象不支持此属性或方法: 'mail1.addattachment'
/member01/f2.asp, 行10