-1

I am working on php-rest webservices.Can anyone tell how to upload an image file from 'advanced rest client' to php.
And how do i access the client url using 'file_get_contents' and how do i post that image from the rest client. i will appreciate your help. thank you.

atul
  • 5
  • 1
  • 7

1 Answers1

0

You can serialize the image using base64

salgua
  • 698
  • 2
  • 10
  • 22