Hi,
We are developing a Cloud Infrastructure, We are storing User files in our data center Files varies from 1 MB to 1GB,
When User downloads his files what is the best way to stream it
1) By using WCF Service, By converting it to Bytes and sending it to the user (What if File is to Large)
2) By using FTP
Any other idea's
Thanks ...
Go to the complete details ...