That can't be right there is not any way that a jpeg can be sent unencoded because you cannot assume that mail will be transfered 8 bit clean. That is you must always assume that the top bit of any byte can be dropped so binary data like a jpeg will corrupted by going through the mail unprotected.
More likely than not you are suffering from sending a file with a resource fork or no extension which is getting messed up. I know that there have been some problems with this in the past. What is then name of the problem file. If it is "picture" then the windows box will not necessarily know what it is, the Mac only knew because it was saved in the resource fork. Try renaming it "picture.jpg" and see if that works.
If it is not that I don't remember exactly what the fix was but someone else will surely pop up with the answer.
-Eric
PS: You do want to send them as base 64 Mime that is what Netscape and any other "normal" email program uses. Again the problem is recognizing what is in that lump of base64data.




LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks