Skip to content

sakirayan78/AndroidWcfImageUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AndroidWcfImageUpload

This application is a sample which shows how to upload images from android phone to Wcf server

It contains two part

  • 1- Android application which is take a picture from camera and sent it to wcf server as a json data (it is used Gson to convert to Photo class to json object)
  • 2-wcf service which is get the images from the android phone as a json object and save this image to the folder named LoadedPhotos in wcf service.

About

This application is a sample which shows how to upload images from android phone to Wcf server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors