I assume that RESTful services is a comprehensive paradigm, that it also could cover file uploads too, as a subset of http operations.
If so, how does one do file uploads in Rest and specifically, with Zend_Service_Rest?
Should my client code somehow read the file and assign its content to some property of restful object? Or there is another way?