Bigbruin.com
Home :: Reviews & Articles ::
Forum :: Info :: :: Facebook :: Youtube :: RSS Feed
Search  :: Register :: Log in
View Single Post  Topic: Anybody know ASP pretty well? 
Author Message
IceNine
Rated XXX


PostPosted: Wed, 23 Feb 2005 12:58:03    Post Subject: Reply with quote

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! Wave
_________________

A letter to a soldier
View user's profile Send private message

Contact Us :: On Facebook :: On Youtube :: Newsletter :: RSS Feed :: FAQ :: Links :: Sponsors :: Privacy Policy
Copyright © 2000 - 2023 Bigbruin.com - All rights reserved