get wav-file out of mail...
Posted: Wed Dec 09, 2009 10:27 pm
I have some e-mail with a wav-file as attachment.
I cutted out the the encoded attachment. you'll see it hereunder.
This is the code I used for decoding and saving the attachment.
The result is a lot of noice, but not the initial wave-file...
Can anyone help me?
This is the attachment: http://www.aerypton.be/attachment.txt
This is the whole mail: http://www.aerypton.be/wholemail.txt
I cutted out the the encoded attachment. you'll see it hereunder.
This is the code I used for decoding and saving the attachment.
Code: Select all
put base64Decode(tAttament) into URL ("file:attachment.wav")
The result is a lot of noice, but not the initial wave-file...
Can anyone help me?
This is the attachment: http://www.aerypton.be/attachment.txt
This is the whole mail: http://www.aerypton.be/wholemail.txt