
zeno
Novice
Apr 18, 2002, 4:38 AM
Post #3 of 3
(258 views)
|
Re: [RedRum] No MIME access!!!
[In reply to]
|
Can't Post
|
|
Dear Paul: Thanks for the response. That was really helpful. I know how to attach files - But ... My host doesn't support MIME.pm. In other words, the multipart attachment procedure now works fine but only for text files not if I try to attach a word document. There seems to be several reasons why it is failing: 1 - My host doesn't accept the use MIME::Base64 qw(encode_base64); command. In fact, it doesn't support any "use MIME" statement. 2 - Any other effort at sending a word document results in a corrupt word doc - because spaces and other characters are being removed or changed. Here's my question (which I believe has 4 requirements): Any suggestions on how to (1) transmit a word document (2) as an attachment (3) using only the standard "use CGI" (4) in a multipart email? Thanks agains. Peter.
|