User Profile
Collapse
-
How to deal with .dwg files
Is it possible to read a .dwg format file using c# or show .dwg format file in a browser or convert the .dwg format file into .jpeg or .gif or .tiff. How to deal with the .dwg file in asp.net -
kishoreforqns started a topic how to download files (2mb>) [server to client]using networkstream from a mailserver.in .NEThow to download files (2mb>) [server to client]using networkstream from a mailserver.
how to download files (2mb>) [server to client]using networkstream from a mailserver..
i can conenct to the mail server, list unread mails, and i can also retreive unread mails. but that till 1.5 mb. how to do this.. what concept i have to use.. how the server is sending the data..
now i am using the code given for retreive (RETR)
Thread.Sleep(10 0000);
byte[] arrResponse = new byte[10000000];... -
kishoreforqns started a topic how to download files (2mb>) [server to client]using networkstream from mailserverin .NEThow to download files (2mb>) [server to client]using networkstream from mailserver
now i am using this code. but here i cannot get more than 2 MB of data.. can anybody help. to be frank i am new to this area.. thank you
Thread.Sleep(10 0000);
byte[] arrResponse = new byte[10000000];
ntstrm.Read(arr Response, 0, arrResponse.Len gth);
string str = System.Text.Enc oding.ASCII.Get String(arrRespo nse);
return str;
No activity results to display
Show More