In an application we are developing, I have access to a database table which gives me the path to some files that are available on a file server. This file server is accessible from the machine on whi
My question is similar to this post but I have to do the same using IIS, ASP.NET, and C#. None of the methods in the HttpResponse class provide feedback if the data was sent or not, Transm开发者_如何
I have a multi-threaded server that handles client requests, and makes new threads for each one that is connected. This is working great and I am able to send \"text\" messages back and forth to the s
I found this code witch I tried and it works great but(!). I want to store the file in a folder that I will choose and also get it from a folder that I again will chose. Since the Sender get an argume
I have a client server application which exchanges XML documents for data requested by the client. Essentially the user enters some search constraints (attributes to match) and the client communicates
I\'ve heard that we can somehow send an image file with binary over a socket... But I have no idea on how to convert an image file into binary or how to even think of sending it over a socket...
I want to transfer files between any 2 active users on my website and have no idea how to go about it....can it be done through sockets???? i know this would be very hard to do since there has to be a
I need to transfer files fast over the Internet from a Java server to C++ clients, where often many clients would need the same files.I was looking at say transferTo() in Java which sounds like it wou