B
blenderdude
Perhaps someone has an idea on how to go about this. I want an easy
way for the end user to take list of email addresses and upload them
to my sql server. The user should be able to choose between two or
three database formats.(ms access, csv, etc).
So I would have a web form with a file upload control and hopefully I
could import the data from the file stream in memory without actually
having to physically write the file to disk.
Any ideas where I should start with this?
Are there security risks when you allow people to upload an access
database and then try to open it? I notice that Exchange seems to be
pretty paranoid about access databases and will block any mdb
attachments, so it would seem that there is an implied vulnerability
here?
Thanks for any suggestions....
Mike Hanewinckel
way for the end user to take list of email addresses and upload them
to my sql server. The user should be able to choose between two or
three database formats.(ms access, csv, etc).
So I would have a web form with a file upload control and hopefully I
could import the data from the file stream in memory without actually
having to physically write the file to disk.
Any ideas where I should start with this?
Are there security risks when you allow people to upload an access
database and then try to open it? I notice that Exchange seems to be
pretty paranoid about access databases and will block any mdb
attachments, so it would seem that there is an implied vulnerability
here?
Thanks for any suggestions....
Mike Hanewinckel