I created a rest server using the codeigniter rest server library created by PhilSturgeon :
github.com/philsturgeon/codeigniter-restserver
Now, I am using Codeignitor rest client :
github.com/philsturgeon/codeigniter-restclient
to get
/post
data from/to the rest server and am successfully able to get/post normal data.
What is the best way to post image files to the rest server from the rest client ?
Also, how can someone can access the API and perform all get/post operation from C# .NET assuming the rest server uses digest authentication ? [any library available ?]