James M Snell wrote:
John Panzer wrote:
James M Snell wrote:
...
Clients may request the creation of a new member resource by POSTing
a representation of the new member resource to the Collection
resource's IRI.
I'm wondering about the cat picture use case once again. Recall that
this is where I want to post a member resource consisting of XHTML
which references a cat picture in JPG format using the standard <img
src...> element. I think this is a sufficiently basic operation that
the core APP needs to support it in an interoperable manner (feel
free to disagree).
How would I do this, assuming that I only have the IRI of a
Collection resource?
This would be handled exactly as described in the current -06 section
11
(http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-06.html#rfc.section.11)
Quote from this document:
"First the client creates a new image resource by POSTing the image to
the IRI of the media collection."
So, given just the IRI of a Collection resource that presumably
represents my "main" feed/blog/whatever, how do I get the IRI of the
"media collection" to use for my first POST?
-John