Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am currently building chat app in windows 8 and i want to include file transfer feature in the app. Somebody suggest me how to implement this.
Thanks in advance..
Posted

1 solution

Please read below articles for more info.

Quote:
Use the Windows.Networking.BackgroundTransfer APIs provided in the Windows Runtime to enhance your app with advanced file download and upload features that run in the background during app suspension, demonstrate per operation lifecycle management, and persist beyond app termination. This feature is ideal for large file download and upload operations using the HTTP and HTTPS protocols. FTP is supported, but only when conducting download operations.

Transferring data in the background (Windows Store apps using C#

Downloading Files

Through Sockets:

Sending Large Files Through Sockets on Windows Phone 8 and Windows 8

Datagram Socket Communication in Windows Phone 8
 
Share this answer
 
v4
Comments
thedinesh01 12-May-14 4:02am    
i want to use socket programming..
Sampath Lokuge 12-May-14 4:14am    
Plz check my update on above solution.
thedinesh01 12-May-14 5:33am    
have you tried it..
thedinesh01 12-May-14 5:33am    
are there any projects to download and use..
Sampath Lokuge 12-May-14 5:40am    
I didn't try.Go ahead and do it.Check this link.It's having code samples.http://dotnet.dzone.com/articles/sending-large-files-through

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900