| | |
how to display an attached image file in email
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
hi,
actually, my question is about jmail in asp.
i attached an image file in my email.
i tried to make it appear in the email message but it does not.
does anybody know how to display images in an email?
i tried this code below but it only display a box with an 'x'. :rolleyes:
pic, by the way, holds the image file path.
i hope somebody can help me with my problem.
thanks again,
spidey
daniweb is the best!!
p.s.,
i can only pass images in remote site. is there a way i can upload files from local drive using <input type="file">? :o
actually, my question is about jmail in asp.
i attached an image file in my email.
i tried to make it appear in the email message but it does not.
does anybody know how to display images in an email?
i tried this code below but it only display a box with an 'x'. :rolleyes:
ASP Syntax (Toggle Plain Text)
.HTMLBody = .HTMLBody & "<img src=""cid:" & pic & """><br><br>"
i hope somebody can help me with my problem.
thanks again,
spidey
daniweb is the best!!
p.s.,
i can only pass images in remote site. is there a way i can upload files from local drive using <input type="file">? :o
•
•
Join Date: Sep 2004
Posts: 89
Reputation:
Solved Threads: 1
Here is how you can attach the image to an email using the HTMLBody property.
I mean by usng the complete remote image path, you can not use the path to your drive or local server as the email will reside on the remote server where you can upload the image if you have the permission.
ASP Syntax (Toggle Plain Text)
.HTMLBody = .HTMLBody & "<img src=""domaine.com/image.gif""><br><br>
![]() |
Similar Threads
- Opening Image file? (C)
- save an image into a file using c++ (C++)
- Python and the JPEG Image File, Part 2, The Image (Python)
- Python and the JPEG Image File, Part 1, The Header (Python)
- HELP! Html image file! (HTML and CSS)
- hi, how to set a proper path of a image file, many thanks! (C#)
Other Threads in the ASP Forum
- Previous Thread: bu
- Next Thread: autentication error -1003
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7





