Hello
This is my first post here :)
I have a table that hold attachments in binary format. The problem started when i've been asked to write a code that send an email that have all these file as attachments. Am using the System.Net.Mail . It accepts attachment as a string. I tried to stream these file, but i didn't get any results. and, creating a temp doc is not a good solution, since there is no permission for users to write on the server.
Is there any solution for this problem?
Thank you
Fred
This is my first post here :)
I have a table that hold attachments in binary format. The problem started when i've been asked to write a code that send an email that have all these file as attachments. Am using the System.Net.Mail . It accepts attachment as a string. I tried to stream these file, but i didn't get any results. and, creating a temp doc is not a good solution, since there is no permission for users to write on the server.
Is there any solution for this problem?
Thank you
Fred
Comment