I want to upload a file from rest client in codeigniter. How to send a file to rest server from rest client end.
Asked
Active
Viewed 369 times
1
-
Does this help? http://stackoverflow.com/questions/1156429/how-do-i-write-a-restful-web-service-that-accepts-a-binary-file-pdf – Craig Feb 09 '15 at 10:14
-
how you calling your api get or post method? send data with file attribute. – Shaiful Islam Feb 09 '15 at 22:32
-
@shaiful through post method only i'm calling – Namakkal Eswaran Feb 10 '15 at 10:34