is there a way to pass an image to REST without using a form

keithschm

Joined: 2009-08-08
Posts: 5
Posted: Sun, 2012-02-05 12:50

I am trying pass an image from a URL to REST. I can only make it work by using a form and $_FILES. IS there a way to pass a file to REST without a form?

Thanks