View Single Post
  #2 (permalink)  
Old 06-28-06, 01:38 PM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
if you could read the file through a javascript:
1. replace all newlines by %0A
2. replace all whitespace by %20

and then just use the mailto function in html:
Code:
<a href="mailto:user@domain.com?body=filedata">mail me</a>
Greetz,
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote