Michael Lowden

Greenhorn
+ Follow
since Jan 23, 2003
Merit badge: grant badges
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Michael Lowden

i'm trying to find out how to code in pictures and flash into an email sent by javamail. i'm well adept at the mail protocol, but can't seem to figure this out.
from email source code containing pictures, it looks like i have to grab the BYTE[] for the jpg file, then reference a relatively random location in the email where the BYTE[] is embedded. but can't get it to work....anyone???
i'm really just using the JPG to figure out how to put a SWF file in.
21 years ago
grab a sample app from me here.
http://mjl.that-computer-guy.ca/___JUNK___/
then port it into your app by DLing the ZIP from the link there and nesting the JSP code into your JAVA code where you want it.
21 years ago
you could also have made the class an inner class without needing to make a whole new file.
21 years ago
actually, reconsidered, just click here to DL the file. make sure you have mail.jar installed, and use the same html code as above, just link it to SendMail.jsp instead.
http://mjl.that-computer-guy.ca/___JUNK___/SendMail.htm
21 years ago
do do it in java, email me here to find out. just make sure in the subject you put 'JAVARANCH', or i will forward to my spam archive (e.g. junk).
"mlowden _3000 @ hotmail .com"
remind me in the email what you want.
21 years ago