|
-
Jun 18th, 2010, 11:23 AM
#1
Thread Starter
Hyperactive Member
Acceptings Attachtments in on onlime form
Hi there,
I was wondering what anyone else thinks of this. We are looking at creating an online form with just creates a simple email and fires it off but we would like to give the user the option of sending an attachment. Does anyone have any thoughts on the risks involved with this from a security standpoint? Is there any special products that .net could use to scan files first? some third party application or control?
I have been having trouble finding much good info from google cause, well... You type the words like "email attachment" "risk" or something like that you get so much back it is out of control.
OK - thanks for any suggestions.
-
Jun 18th, 2010, 12:55 PM
#2
Re: Acceptings Attachtments in on onlime form
Are you talking about an online registration form, or allowing the user to email any person, along with an attachment?
I am not clear on exactly what you are asking.
At the end of the day, you will have to upload the file onto the server prior to sending the email, once it is there, you can check the file extension, and prevent sending any obviously dodgy file types.
Gary
-
Jun 18th, 2010, 01:50 PM
#3
Thread Starter
Hyperactive Member
Re: Acceptings Attachtments in on onlime form
Hi there,
No - the wouldn't be able to email anyone, the email goes to an internal email address. Yeah - I figured we would want to limit the file types however the file types that we are talking about, .zip files, .pdf .doc(x) are pretty doggy to begin with (well they can be as we all know).
Thanks
-
Jun 18th, 2010, 02:24 PM
#4
Re: Acceptings Attachtments in on onlime form
Exactly.
Who is the user base? The general public? Or people within your organization? Since they are logging in, you can track the files that they are sending, and always block accounts if needs be.
Gary
-
Jun 18th, 2010, 03:02 PM
#5
Thread Starter
Hyperactive Member
Re: Acceptings Attachtments in on onlime form
Unfortunately it is the general public.
-
Jun 18th, 2010, 03:12 PM
#6
Re: Acceptings Attachtments in on onlime form
Ah, and there in lies the problem.
At the end of the day, it really comes down to what is the benefit of this functionality, i.e. is it really needed. It is not going to be a 5 minute job to implement.
Gary
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
|