Question : How to upload files in the windows application using c#

I want to upload the files in windows application. is there is fileupload control in windows application?

Answer : How to upload files in the windows application using c#

You can read in the bytes of the file to upload and send it as a stream using Sockets.  Here is a site that shows how to send data between client (the Windows application) and server (where you want to upload the file to).  http://www.c-sharpcorner.com/uploadfile/dottys/socketprogdtrp11222005023030am/socketprogdtrp.aspx
Random Solutions  
 
programming4us programming4us