标签: asp.net sql-server json
我正在开发一个应用程序,它使用jsonservice(RESTful Web服务)作为后端数据库进程,Andriod作为前端。我只需要将一个图像插入到数据库中,该数据库通过jsonservice作为参数发送。
示例:
public bool register(string name,string address, string image) { }