web 2.0

Sending Big Files Through WebService using Chunk with C#

Today I'll talking about Sending Big Files through WebService using Chunk with C#. [More]

Views(1891)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C# | Web Service

Envoi de gros fichiers par Web Service

Bonjour ! L'astuce d'aujourd'hui est de pouvoir envoyer des fichiers de taille illimités par Web Service. Pour ce faire nous allons envoyer le fichier en plusieurs parties. Code de l'application Cliente (celle qui va envoyer le fichier) using System; using System.Collections.Generic; ... [More]

Views(489)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C# | Web Service

Technorati Profile