Download files....

  • Thread starter Thread starter Sala
  • Start date Start date
S

Sala

Hi experts!

I have all the uploaded files in my folders. Ex : C:\\Files, If i
want to download these files from this folders , What will do using c#
in localhost ?

Pls help me
 
Thanks Duggi,

I am working in mail systems domain. If user send mail with
attachaments, that files names are stored in my tables . eg: "mail.zip"
and I have upload that files in my application folder. Eg :
C:\Inetpub\wwwroot\myemails\Files\ (File id ).
If that attachment mail download from users , This file will be get
from "C:\Inetpub\wwwroot\myemails\Files\" and paste into users choice
of folders..

This time How can i manage in C#
 
If you are using System.Net.Mail check out the class "Attachment".
As I understand you wanted to save the attachment to the local disk.
Attachment class is a good abstraction...

Thanks
-Srinivas.
 
Did it worked out???

Thanks
-Srinivas.

If you are using System.Net.Mail check out the class "Attachment".
As I understand you wanted to save the attachment to the local disk.
Attachment class is a good abstraction...

Thanks
-Srinivas.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top