Hi all,I need to displace a register attachment with my email to the selected users here send sending works properly but i can't displace the attached file with that can anyone help me on thishere is my coding :
Dim objsubject = communicate. Form("subject")body = Request. Form("be")if affect <> "" thenstr3=split(session("data"),",")response write(session("data"))for i =0 to ubound(str3) set obj = server. CreateObject("Cdonts. Newmail") obj. To = str3(i)obj. From ="mahesha@webcaresys net" obj. Subject = subjectobj. be = be 'FreeTools = Request. create("T2")'obj. AttachFile(FreeTools)obj. SendNext end if//-----------------this is the handle to fasilitate the file attachment//-----------------------<td width="115" bgcolor="#fffdf0"><font class="smalltxt"> </font><font class="smalltxt">connect register</font></td><td width="495" bgcolor="#fffdf0"> <enter type="file" name="T2" size="23" class="design"></td>//---------------------------------
How is your form being set up. I don't see where it says: <form action...>That is what I am looking for and almost definitely the problem. Post that line and I will set you straight.
Forex Groups - Tips on Trading
Related article:
http://www.w3exchange.com/view_topic.php?pid=5821#5821
comments | Add comment | Report as Spam
|