» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > ASP forums and Tips

ASP forums and Tips Talk about ASP Scripting. .net and Cold Fusion as well.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-08-2006, 03:17 PM
jaguar jaguar is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jaguar is on a distinguished road
Default attaching Excel files

I am using the following code to attach an excel file to email.. but a funny thing happens, the excel file comes in with no data, and the uploaded file does have data...

Set objMail = CreateObject("CDONTS.NewMail")
objMail.From = "sales@???.com"
Objmail.BodyFormat = 0
ObjMail.MailFormat = 0
objMail.To = email
objMail.Subject = "File attached"
objMail.AttachFile Server.MapPath("/download/file.xls")
objMail.Body= mbody
objMail.Send
'response.write("Mail send")
Set objMail = Nothing -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-08-2006, 03:20 PM
desilva desilva is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
desilva is on a distinguished road
Arrow

Hey

Check out and make sure that you are not inspecting the same xls file as you're grabbing with server.mappath ?
You would get an error if the mappath pointed to a missing file, but perhaps it's pointing to an empty file.

Hope it helps, bye. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free File Storage Hosts vishnuthegreat Domains For Sale - Fixed Price/Offer 1 03-06-2007 09:31 AM
streaming MP3 files. Gparry Dedicated Servers 3 03-06-2007 09:25 AM
s/w with ability of uploading and attaching files! Darrel Web Hosting Industry 1 08-09-2006 04:27 AM
Site search-text within .doc/.pdf files dale ASP forums and Tips 1 07-30-2006 12:40 PM
site log files divinepower Web Hosting Industry 6 07-28-2006 03:09 PM


All times are GMT. The time now is 01:29 AM.