|
-
Mar 4th, 2016, 04:29 PM
#1
Thread Starter
Hyperactive Member
selecting file/attaching file to web.aspx email form
Having trouble figuring out what control to use for this simple little email form in my web application.
Using System.Web.Mail so no problem there. My problem is being able to select a file from my(or the eventual user) machine to attach to the email.
help??
gollnick
-
Mar 4th, 2016, 11:36 PM
#2
Re: selecting file/attaching file to web.aspx email form
You're creating the email on the server so basically you need to upload a file from the client to the server as you would for any other upload, then attach it to the email on the server as a local file.
-
Mar 5th, 2016, 07:50 AM
#3
Thread Starter
Hyperactive Member
Re: selecting file/attaching file to web.aspx email form
Ya.. was afraid of that. I can allow the user to browse their own folders to find what they want to send, then upload that to a set folder on the sderver, attach and send that, then turn around and delete that same item on the server...
thanks
gollnick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|