IceNine Rated XXX
|
Posted: Wed, 23 Feb 2005 12:58:03 Post Subject: |
|
|
I know very little about ASP, but I've done this in PHP. When I looked it up, I saw that you need to do more with the file upload:
Code: | FileInfo fi = new
FileInfo( file1.PostedFile.FileName );
Attachment a = new Attachment( file1.PostedFile.InputStream, fi.Name );
a.ContentType = file1.PostedFile.ContentType;
msg.AddAttachment( a ); |
Hope this helps! _________________
A letter to a soldier |
|