Tagged Questions
0
votes
1answer
17 views
Chunk upload to Windows Azure Blob by using WCF REST
I'm using Windows Azure Blob Storage and WCF REST Services together to upload large files with chunk.
I can upload one part files easily, but I have to find a method to merge this chunks in an Azure ...
0
votes
1answer
194 views
wcf upload/download large files (i.e. Img, mp3) in chunks with windows service
I have a window service and i want it to be able to upload/download large (around 4MB) files (Img, music etc.) in chunks.
I tried to do that by changing the 'maxBufferSize' 'maxRecivedMessageSize' ...
0
votes
1answer
770 views
cancel stream request from WCF server to client
I posted about stream request here [wcf-chunk-data-with-stream]:http://stackoverflow.com/questions/853448/wcf-chunk-data-with-stream I solved that task but now when i close request in client part ...