Hello everyone,
I am writing a console application which is using http(s) to send a couple of binary files to IIS server (an ASP.Net application). I am wondering in order to improve upload performance and reliability, which C# APIs should I use to upload files and any special points I need to consider in my scenario?
thanks in advance,
George
Bechir BejaouiPosted Dec 25, 2008, 11:06 AM
George GeorgePosted Dec 25, 2008, 12:12 AM
Thanks for your advice, Bechir!
regards,
George
Bechir BejaouiPosted Dec 24, 2008, 10:36 AM
George GeorgePosted Dec 24, 2008, 2:32 AM
Thanks Deepak,
I am new to this topic. Do you have any other reference samples for upload files?
regards,
George
George GeorgePosted Dec 24, 2008, 2:31 AM
Thanks Bechir,
I am not sure whether using WebClient or using WebHttpRequest or something else is faster? Any ideas?
regards,
George
DeepakPosted Dec 23, 2008, 4:50 PM
http://www.onedotnetway.com/code-sample-programmatically-download-file-using-c/
Regards,
Deepak
Bechir BejaouiPosted Dec 23, 2008, 4:30 PM
The System.Net and especially the WebClient object to transfer file via http