FIle upload from a rest client to a rest server

后端 未结 5 971
长发绾君心
长发绾君心 2021-02-09 07:01

I created a rest server using the codeigniter rest server library created by PhilSturgeon :

github.com/philsturgeon/codeigniter-restserver

Now, I am using Codei

5条回答
  •  灰色年华
    2021-02-09 07:47

    I was actually able to use CodeIgniters native File Upload class to solve this same issue: https://stackoverflow.com/a/11163068/1188523

提交回复
热议问题